Skip to content

Instantly share code, notes, and snippets.

@alexcrichton
Created October 11, 2018 21:14
Show Gist options
  • Save alexcrichton/fa637aa0a15eb948eb972b535d2dbc40 to your computer and use it in GitHub Desktop.
Save alexcrichton/fa637aa0a15eb948eb972b535d2dbc40 to your computer and use it in GitHub Desktop.
Updating crates.io index
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * Trying 192.30.255.117...
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * Connected to api.github.com (192.30.255.117) port 443 (#0)
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * ALPN, offering h2
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * ALPN, offering http/1.1
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * successfully set certificate verify locations:
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * CAfile: /usr/lib/ssl/certs/ca-certificates.crt
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * CApath: /usr/lib/ssl/certs
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * TLSv1.2 (OUT), TLS handshake, Client hello (1):
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * TLSv1.2 (IN), TLS handshake, Server hello (2):
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * TLSv1.2 (IN), TLS handshake, Certificate (11):
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * TLSv1.2 (IN), TLS handshake, Server finished (14):
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * TLSv1.2 (OUT), TLS handshake, Finished (20):
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * TLSv1.2 (IN), TLS handshake, Finished (20):
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * ALPN, server accepted to use http/1.1
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * Server certificate:
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * subject: C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=*.github.com
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * start date: Jun 19 00:00:00 2018 GMT
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * expire date: Jul 10 12:00:00 2019 GMT
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * subjectAltName: host "api.github.com" matched cert's "*.github.com"
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * SSL certificate verify ok.
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: > GET /repos/rust-lang/crates.io-index/commits/master HTTP/1.1
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: > Host: api.github.com
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: > User-Agent: cargo
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: > Accept: application/vnd.github.3.sha
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: > If-None-Match: "c6ef7a798e1274956add59962a99cd3f6438829d"
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: >
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < HTTP/1.1 200 OK
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Date: Thu, 11 Oct 2018 21:14:51 GMT
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Content-Type: application/vnd.github.3.sha; charset=utf-8
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Content-Length: 40
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Server: GitHub.com
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Status: 200 OK
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < X-RateLimit-Limit: 60
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < X-RateLimit-Remaining: 56
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < X-RateLimit-Reset: 1539295505
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Cache-Control: public, max-age=60, s-maxage=60
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Vary: Accept
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < ETag: "b26bef1dde4a6bd412ab085c91b24d7440a79dc1"
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Last-Modified: Thu, 11 Oct 2018 21:12:39 GMT
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < X-GitHub-Media-Type: github.v3; param=3.sha
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Access-Control-Expose-Headers: ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Access-Control-Allow-Origin: *
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < X-Frame-Options: deny
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < X-Content-Type-Options: nosniff
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < X-XSS-Protection: 1; mode=block
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Content-Security-Policy: default-src 'none'
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < Vary: Accept-Encoding
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: < X-GitHub-Request-Id: 3F4A:6601:1AD318:220690:5BBFBD4B
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: <
TRACE 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: { b26bef1dde4a6bd412ab085c91b24d7440a79dc1
DEBUG 2018-10-11T21:14:51Z: cargo::ops::registry: http-debug: * Connection #0 to host api.github.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment