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

spurious network error #12365

Closed
overtube opened this issue Jul 16, 2023 · 11 comments
Closed

spurious network error #12365

overtube opened this issue Jul 16, 2023 · 11 comments
Labels
C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.

Comments

@overtube
Copy link

Problem

cargo install fyroxed --verbose

Updating crates.io index
warning: spurious network error (3 tries remaining): [28] Timeout was reached (failed to download any data for `fyroxed v0.14.1` within 30s)
^Cownloading 1 crate 

Steps

  1. open terminal
  2. paste or type: cargo install somejunk
  3. and u get that error

Possible Solution(s)

No response

Notes

No response

Version

cargo 1.70.0
release: 1.70.0
host: x86_64-unknown-linux-gnu
libgit2: 1.6.3 (sys:0.17.0 vendored)
libcurl: 8.1.2 (sys:0.4.61+curl-8.0.1 system ssl:OpenSSL/3.1.1)
os: Linux Rolling Release (lxde-runit-20230605) [64-bit]
@overtube overtube added C-bug Category: bug S-triage Status: This issue is waiting on initial triage. labels Jul 16, 2023
@overtube
Copy link
Author

lol ticket: C-bug nice troll dud murons

@weihanglo
Copy link
Member

Can you run with debugging to see if it gives any hints as to what is going on? Use the environment variables CARGO_HTTP_DEBUG=true and CARGO_LOG=cargo::ops::registry=trace.

Is this intermittent, or does it always happen? Are you behind a proxy or have any unusual network configuration?

@weihanglo weihanglo added S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request. and removed S-triage Status: This issue is waiting on initial triage. labels Jul 16, 2023
@overtube
Copy link
Author

no I cannot use proxy and mine ethernet work perfect well, also all another services work well too, also ping crates.io
says: all fine

@overtube
Copy link
Author

also I try install some stuff - paru, and his installed well and without that error

@weihanglo
Copy link
Member

It will be helpful if you could provide logs mentioned here #12365 (comment)

The timeout issue was discussed earlier but not sure if you case was index downloading (seems not?). Did it happen only on certain packages or randomly?

@overtube
Copy link
Author

overtube commented Jul 19, 2023

~ env CARGO_HTTP_DEBUG=true CARGO_LOG=cargo::ops::registry=debug cargo install fyroxed > log.txt
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] Version {
        version: "8.1.2",
        rust_crate_version: "0.4.44",
        rust_sys_crate_version: "0.4.61+curl-8.0.1",
        vendored: false,
        host: "x86_64-pc-linux-gnu",
        feature_ipv6: true,
        feature_ssl: true,
        feature_libz: true,
        feature_ntlm: true,
        feature_gss_negotiate: false,
        feature_debug: false,
        feature_spnego: true,
        feature_largefile: true,
        feature_idn: true,
        feature_sspi: false,
        feature_async_dns: true,
        feature_conv: false,
        feature_tlsauth_srp: true,
        feature_ntlm_wb: true,
        feature_unix_domain_socket: true,
        feature_altsvc: true,
        feature_zstd: true,
        feature_unicode: false,
        feature_http3: false,
        feature_http2: true,
        feature_gsasl: false,
        feature_brotli: true,
        ssl_version: "OpenSSL/3.1.1",
        libz_version: "1.2.13",
        libidn_version: "2.3.4",
        iconv_version_num: "0",
        libssh_version: "libssh2/1.11.0",
        brotli_version_num: "1000009",
        brotli_version: "1.0.9",
        nghttp2_version_num: "13701",
        nghttp2_version: "1.55.1",
        zstd_ver_num: "2909",
        zstd_version: "1.5.5",
        cainfo: "/etc/ssl/certs/ca-certificates.crt",
        protocols: [
            "dict",
            "file",
            "ftp",
            "ftps",
            "gopher",
            "gophers",
            "http",
            "https",
            "imap",
            "imaps",
            "mqtt",
            "pop3",
            "pop3s",
            "rtsp",
            "scp",
            "sftp",
            "smb",
            "smbs",
            "smtp",
            "smtps",
            "telnet",
            "tftp",
        ],
    }
    Updating crates.io index
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] Version {
        version: "8.1.2",
        rust_crate_version: "0.4.44",
        rust_sys_crate_version: "0.4.61+curl-8.0.1",
        vendored: false,
        host: "x86_64-pc-linux-gnu",
        feature_ipv6: true,
        feature_ssl: true,
        feature_libz: true,
        feature_ntlm: true,
        feature_gss_negotiate: false,
        feature_debug: false,
        feature_spnego: true,
        feature_largefile: true,
        feature_idn: true,
        feature_sspi: false,
        feature_async_dns: true,
        feature_conv: false,
        feature_tlsauth_srp: true,
        feature_ntlm_wb: true,
        feature_unix_domain_socket: true,
        feature_altsvc: true,
        feature_zstd: true,
        feature_unicode: false,
        feature_http3: false,
        feature_http2: true,
        feature_gsasl: false,
        feature_brotli: true,
        ssl_version: "OpenSSL/3.1.1",
        libz_version: "1.2.13",
        libidn_version: "2.3.4",
        iconv_version_num: "0",
        libssh_version: "libssh2/1.11.0",
        brotli_version_num: "1000009",
        brotli_version: "1.0.9",
        nghttp2_version_num: "13701",
        nghttp2_version: "1.55.1",
        zstd_ver_num: "2909",
        zstd_version: "1.5.5",
        cainfo: "/etc/ssl/certs/ca-certificates.crt",
        protocols: [
            "dict",
            "file",
            "ftp",
            "ftps",
            "gopher",
            "gophers",
            "http",
            "https",
            "imap",
            "imaps",
            "mqtt",
            "pop3",
            "pop3s",
            "rtsp",
            "scp",
            "sftp",
            "smb",
            "smbs",
            "smtp",
            "smtps",
            "telnet",
            "tftp",
        ],
    }
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *   Trying 18.66.233.127:443...
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Connected to index.crates.io (18.66.233.127) port 443 (#0)
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * ALPN: offers h2,http/1.1
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (OUT), TLS handshake, Client hello (1):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  CAfile: /etc/ssl/certs/ca-certificates.crt
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  CApath: none
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, Server hello (2):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, Certificate (11):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, CERT verify (15):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, Finished (20):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (OUT), TLS handshake, Finished (20):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * ALPN: server accepted h2
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Server certificate:
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  subject: CN=crates.io
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  start date: Jan 25 00:00:00 2023 GMT
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  expire date: Feb 23 23:59:59 2024 GMT
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  subjectAltName: host "index.crates.io" matched cert's "index.crates.io"
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M02
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  SSL certificate verify ok.
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * using HTTP/2
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:method: GET]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:scheme: https]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:authority: index.crates.io]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:path: /config.json]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [user-agent: cargo 1.71.0]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [accept-encoding: deflate, gzip, br, zstd]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [cargo-protocol: version=1]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [accept: text/plain]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Using Stream ID: 1 (easy handle 0x55cde23325b0)
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > GET /config.json HTTP/2
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > Host: index.crates.io
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > User-Agent: cargo 1.71.0
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > Accept-Encoding: deflate, gzip, br, zstd
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > cargo-protocol: version=1
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > accept: text/plain
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > 
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < HTTP/2 200 
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < content-type: application/json
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < content-length: 76
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < last-modified: Mon, 23 May 2022 19:23:53 GMT
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-amz-version-id: OLJqOQ3bTJ8rGepGZwmcEkt2gR_Fm1bY
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < accept-ranges: bytes
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < server: AmazonS3
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < date: Wed, 19 Jul 2023 07:35:49 GMT
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < etag: "7a39851bdb021fcef53172317860f970"
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < vary: Accept-Encoding
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-cache: Hit from cloudfront
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < via: 1.1 28de398d6bd20bc440c06f568b49c876.cloudfront.net (CloudFront)
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-amz-cf-pop: WAW51-P1
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-amz-cf-id: W6n6dQMbVLJc_5nYb5VxFm7PPyn3ALxyurBc_lXbKo8I3M_CGknwVg==
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < age: 2852
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < 
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Connection #0 to host index.crates.io left intact
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] Version {
        version: "8.1.2",
        rust_crate_version: "0.4.44",
        rust_sys_crate_version: "0.4.61+curl-8.0.1",
        vendored: false,
        host: "x86_64-pc-linux-gnu",
        feature_ipv6: true,
        feature_ssl: true,
        feature_libz: true,
        feature_ntlm: true,
        feature_gss_negotiate: false,
        feature_debug: false,
        feature_spnego: true,
        feature_largefile: true,
        feature_idn: true,
        feature_sspi: false,
        feature_async_dns: true,
        feature_conv: false,
        feature_tlsauth_srp: true,
        feature_ntlm_wb: true,
        feature_unix_domain_socket: true,
        feature_altsvc: true,
        feature_zstd: true,
        feature_unicode: false,
        feature_http3: false,
        feature_http2: true,
        feature_gsasl: false,
        feature_brotli: true,
        ssl_version: "OpenSSL/3.1.1",
        libz_version: "1.2.13",
        libidn_version: "2.3.4",
        iconv_version_num: "0",
        libssh_version: "libssh2/1.11.0",
        brotli_version_num: "1000009",
        brotli_version: "1.0.9",
        nghttp2_version_num: "13701",
        nghttp2_version: "1.55.1",
        zstd_ver_num: "2909",
        zstd_version: "1.5.5",
        cainfo: "/etc/ssl/certs/ca-certificates.crt",
        protocols: [
            "dict",
            "file",
            "ftp",
            "ftps",
            "gopher",
            "gophers",
            "http",
            "https",
            "imap",
            "imaps",
            "mqtt",
            "pop3",
            "pop3s",
            "rtsp",
            "scp",
            "sftp",
            "smb",
            "smbs",
            "smtp",
            "smtps",
            "telnet",
            "tftp",
        ],
    }
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Found bundle for host: 0x55cde232a1f0 [can multiplex]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Re-using existing connection #0 with host index.crates.io
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:method: GET]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:scheme: https]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:authority: index.crates.io]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:path: /fy/ro/fyroxed]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [user-agent: cargo 1.71.0]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [accept-encoding: deflate, gzip, br, zstd]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [cargo-protocol: version=1]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [accept: text/plain]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [if-none-match: W/"7170d50cff4371f2cc9f65034f312399"]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Using Stream ID: 3 (easy handle 0x55cde23340f0)
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > GET /fy/ro/fyroxed HTTP/2
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > Host: index.crates.io
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > User-Agent: cargo 1.71.0
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > Accept-Encoding: deflate, gzip, br, zstd
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > cargo-protocol: version=1
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > accept: text/plain
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > if-none-match: W/"7170d50cff4371f2cc9f65034f312399"
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > 
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < HTTP/2 304 
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < date: Wed, 19 Jul 2023 08:22:39 GMT
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < etag: "7170d50cff4371f2cc9f65034f312399"
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < cache-control: public,max-age=600
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-amz-version-id: RF_WJkN2gTKct2rMl6dV6X0Ebdb7FO2O
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < server: AmazonS3
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < vary: Accept-Encoding
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-cache: Hit from cloudfront
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < via: 1.1 28de398d6bd20bc440c06f568b49c876.cloudfront.net (CloudFront)
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-amz-cf-pop: WAW51-P1
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-amz-cf-id: 7b5-YrTZshPLl-VTLMPnmsn14mqZUWx4wdFipg8kkj2a1Kr6lHLLqA==
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < age: 65
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < 
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Connection #0 to host index.crates.io left intact
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] Version {
        version: "8.1.2",
        rust_crate_version: "0.4.44",
        rust_sys_crate_version: "0.4.61+curl-8.0.1",
        vendored: false,
        host: "x86_64-pc-linux-gnu",
        feature_ipv6: true,
        feature_ssl: true,
        feature_libz: true,
        feature_ntlm: true,
        feature_gss_negotiate: false,
        feature_debug: false,
        feature_spnego: true,
        feature_largefile: true,
        feature_idn: true,
        feature_sspi: false,
        feature_async_dns: true,
        feature_conv: false,
        feature_tlsauth_srp: true,
        feature_ntlm_wb: true,
        feature_unix_domain_socket: true,
        feature_altsvc: true,
        feature_zstd: true,
        feature_unicode: false,
        feature_http3: false,
        feature_http2: true,
        feature_gsasl: false,
        feature_brotli: true,
        ssl_version: "OpenSSL/3.1.1",
        libz_version: "1.2.13",
        libidn_version: "2.3.4",
        iconv_version_num: "0",
        libssh_version: "libssh2/1.11.0",
        brotli_version_num: "1000009",
        brotli_version: "1.0.9",
        nghttp2_version_num: "13701",
        nghttp2_version: "1.55.1",
        zstd_ver_num: "2909",
        zstd_version: "1.5.5",
        cainfo: "/etc/ssl/certs/ca-certificates.crt",
        protocols: [
            "dict",
            "file",
            "ftp",
            "ftps",
            "gopher",
            "gophers",
            "http",
            "https",
            "imap",
            "imaps",
            "mqtt",
            "pop3",
            "pop3s",
            "rtsp",
            "scp",
            "sftp",
            "smb",
            "smbs",
            "smtp",
            "smtps",
            "telnet",
            "tftp",
        ],
    }
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *   Trying 108.138.51.77:443...         
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Connected to crates.io (108.138.51.77) port 443 (#0)
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * ALPN: offers h2,http/1.1
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (OUT), TLS handshake, Client hello (1):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  CAfile: /etc/ssl/certs/ca-certificates.crt
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  CApath: none
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, Server hello (2):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, Certificate (11):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, CERT verify (15):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, Finished (20):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (OUT), TLS handshake, Finished (20):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * ALPN: server accepted h2
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Server certificate:
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  subject: CN=crates.io
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  start date: Jan 25 00:00:00 2023 GMT
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  expire date: Feb 23 23:59:59 2024 GMT
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  subjectAltName: host "crates.io" matched cert's "crates.io"
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M02
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *  SSL certificate verify ok.
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * using HTTP/2
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:method: GET]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:scheme: https]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:authority: crates.io]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [:path: /api/v1/crates/fyroxed/0.14.1/download]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [user-agent: cargo 1.71.0]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [accept: */*]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * h2 [accept-encoding: deflate, gzip, br, zstd]
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Using Stream ID: 1 (easy handle 0x55cde242c620)
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > GET /api/v1/crates/fyroxed/0.14.1/download HTTP/2
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > Host: crates.io
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > User-Agent: cargo 1.71.0
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > Accept: */*
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > Accept-Encoding: deflate, gzip, br, zstd
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: > 
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < HTTP/2 302 
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < content-length: 0
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < location: https://static.crates.io/crates/fyroxed/fyroxed-0.14.1.crate
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < server: nginx
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < date: Wed, 19 Jul 2023 08:22:40 GMT
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-content-type-options: nosniff
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-frame-options: SAMEORIGIN
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-xss-protection: 0
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < content-security-policy: default-src 'self'; connect-src 'self' *.ingest.sentry.io https://docs.rs https://play.rust-lang.org https://static.crates.io; script-src 'self' 'unsafe-eval' 'sha256-n1+BB7Ckjcal1Pr7QNBh/dKRTtBQsIytFodRiIosXdE='; style-src 'self' 'unsafe-inline' https://code.cdn.mozilla.net; font-src https://code.cdn.mozilla.net; img-src *; object-src 'none'
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < access-control-allow-origin: *
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < strict-transport-security: max-age=31536000; includeSubDomains
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < via: 1.1 vegur, 1.1 67b26e58a581719aff39a51e79faf096.cloudfront.net (CloudFront)
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < vary: Accept,Accept-Encoding,Cookie
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-cache: Miss from cloudfront
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-amz-cf-pop: WAW51-P2
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < x-amz-cf-id: eeOzXjyTzXRvzogNQOiUQKoxBTgFmkFksxKEUh90lKDLVIfUDw9T9w==
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: < 
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Connection #0 to host crates.io left intact
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: * Issue another request to this URL: 'https://static.crates.io/crates/fyroxed/fyroxed-0.14.1.crate'
[2023-07-19T08:23:07Z DEBUG cargo::ops::registry] http-debug: *   Trying 151.101.37.91:443...
[2023-07-19T08:23:37Z DEBUG cargo::ops::registry] http-debug: * Callback aborted
[2023-07-19T08:23:37Z DEBUG cargo::ops::registry] http-debug: * Closing connection 1
warning: spurious network error (3 tries remaining): [28] Timeout was reached (failed to download any data for `fyroxed v0.14.1` within 30s)
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * Found bundle for host: 0x55cde2335560 [can multiplex]
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * Re-using existing connection #0 with host crates.io
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * h2 [:method: GET]                     
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * h2 [:scheme: https]
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * h2 [:authority: crates.io]
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * h2 [:path: /api/v1/crates/fyroxed/0.14.1/download]
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * h2 [user-agent: cargo 1.71.0]
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * h2 [accept: */*]
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * h2 [accept-encoding: deflate, gzip, br, zstd]
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * Using Stream ID: 3 (easy handle 0x55cde242c620)
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: > GET /api/v1/crates/fyroxed/0.14.1/download HTTP/2
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: > Host: crates.io
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: > User-Agent: cargo 1.71.0
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: > Accept: */*
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: > Accept-Encoding: deflate, gzip, br, zstd
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: > 
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < HTTP/2 302 
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < content-length: 0
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < location: https://static.crates.io/crates/fyroxed/fyroxed-0.14.1.crate
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < server: nginx
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < date: Wed, 19 Jul 2023 08:23:11 GMT
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < x-content-type-options: nosniff
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < x-frame-options: SAMEORIGIN
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < x-xss-protection: 0
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < content-security-policy: default-src 'self'; connect-src 'self' *.ingest.sentry.io https://docs.rs https://play.rust-lang.org https://static.crates.io; script-src 'self' 'unsafe-eval' 'sha256-n1+BB7Ckjcal1Pr7QNBh/dKRTtBQsIytFodRiIosXdE='; style-src 'self' 'unsafe-inline' https://code.cdn.mozilla.net; font-src https://code.cdn.mozilla.net; img-src *; object-src 'none'
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < access-control-allow-origin: *
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < strict-transport-security: max-age=31536000; includeSubDomains
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < via: 1.1 vegur, 1.1 67b26e58a581719aff39a51e79faf096.cloudfront.net (CloudFront)
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < vary: Accept,Accept-Encoding,Cookie
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < x-cache: Miss from cloudfront
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < x-amz-cf-pop: WAW51-P2
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < x-amz-cf-id: eTq_OHTw6QfGDJVM7oE17sxCnFqxR-NQ9RpXewGxuLl3dc1DRqbBXA==
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: < 
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * Connection #0 to host crates.io left intact
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * Issue another request to this URL: 'https://static.crates.io/crates/fyroxed/fyroxed-0.14.1.crate'
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: * Hostname static.crates.io was found in DNS cache
[2023-07-19T08:23:38Z DEBUG cargo::ops::registry] http-debug: *   Trying 151.101.37.91:443...
[2023-07-19T08:24:08Z DEBUG cargo::ops::registry] http-debug: * Callback aborted
[2023-07-19T08:24:08Z DEBUG cargo::ops::registry] http-debug: * Closing connection 2
warning: spurious network error (2 tries remaining): [28] Timeout was reached (failed to download any data for `fyroxed v0.14.1` within 30s)
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * Found bundle for host: 0x55cde2335560 [can multiplex]
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * Re-using existing connection #0 with host crates.io
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * h2 [:method: GET]                     
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * h2 [:scheme: https]
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * h2 [:authority: crates.io]
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * h2 [:path: /api/v1/crates/fyroxed/0.14.1/download]
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * h2 [user-agent: cargo 1.71.0]
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * h2 [accept: */*]
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * h2 [accept-encoding: deflate, gzip, br, zstd]
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * Using Stream ID: 5 (easy handle 0x55cde242c620)
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: > GET /api/v1/crates/fyroxed/0.14.1/download HTTP/2
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: > Host: crates.io
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: > User-Agent: cargo 1.71.0
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: > Accept: */*
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: > Accept-Encoding: deflate, gzip, br, zstd
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: > 
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < HTTP/2 302 
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < content-length: 0
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < location: https://static.crates.io/crates/fyroxed/fyroxed-0.14.1.crate
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < server: nginx
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < date: Wed, 19 Jul 2023 08:23:45 GMT
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < x-content-type-options: nosniff
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < x-frame-options: SAMEORIGIN
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < x-xss-protection: 0
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < content-security-policy: default-src 'self'; connect-src 'self' *.ingest.sentry.io https://docs.rs https://play.rust-lang.org https://static.crates.io; script-src 'self' 'unsafe-eval' 'sha256-n1+BB7Ckjcal1Pr7QNBh/dKRTtBQsIytFodRiIosXdE='; style-src 'self' 'unsafe-inline' https://code.cdn.mozilla.net; font-src https://code.cdn.mozilla.net; img-src *; object-src 'none'
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < access-control-allow-origin: *
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < strict-transport-security: max-age=31536000; includeSubDomains
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < via: 1.1 vegur, 1.1 67b26e58a581719aff39a51e79faf096.cloudfront.net (CloudFront)
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < vary: Accept,Accept-Encoding,Cookie
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < x-cache: Miss from cloudfront
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < x-amz-cf-pop: WAW51-P2
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < x-amz-cf-id: aaGPnxMj8y0JdSiyKMYHTY4FWHdFaDidmEADlnky5Vqr23ND2xu6rg==
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: < 
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * Connection #0 to host crates.io left intact
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: * Issue another request to this URL: 'https://static.crates.io/crates/fyroxed/fyroxed-0.14.1.crate'
[2023-07-19T08:24:12Z DEBUG cargo::ops::registry] http-debug: *   Trying 151.101.37.91:443...

@ctron

This comment was marked as off-topic.

@gj

This comment was marked as off-topic.

@gj

This comment was marked as off-topic.

@weihanglo

This comment was marked as off-topic.

@kerneltravel
Copy link

maybe used a dev channel . should use stable channel of rust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
Projects
None yet
Development

No branches or pull requests

5 participants