apollographql / rover

The CLI for Apollo GraphOS
https://rover.apollo.dev
Other
408 stars 85 forks source link

operation timed out #1136

Open litiziyang opened 2 years ago

litiziyang commented 2 years ago

I am first time use @apollo/rover I do this "$rover supergraph compose --config ./supergraph.yaml --client-timeout=60" but

image

my supergraph config

image

it's like my proxy connection timed out of my hosts

litiziyang commented 2 years ago

ok , I solved the problem my rover don‘t download supergraph package I download this package and mv ~/.rover/bin, maybe my env is Disorderly ,this rover download don't find ~/.rover/bin

EverlastingBugstopper commented 2 years ago

Hi @litiziyang - thanks for filing the report and sorry that you've run into some issues here! We don't want folks to have to manually download the plugin on their own if we can help it so I'd love to work through some troubleshooting with you if you have the time.

What is the output of the command rover info? This should tell us some things about your system installation.

After that, temporarily remove the plugin you manually downloaded from ~/.rover/bin and then run rover supergraph compose with the --log debug flag. I would love to see the logs and error messages that you get here - I'm not sure if it's failing to download, failing to detect the right platform, something seems to be going wrong here that shouldn't!

Thanks a bunch for your time.

JustinCoded commented 1 year ago

I'm definitely having the same issue on my M1 MacBook Pro. I have a fairly slow internet connection, so I think it may just be taking too long and timing out.

rover info
Rover Info: 
Version: 0.13.0
Install Location: ~/.rover/bin/rover <= edited to remove my name
OS: Mac OS 13.2.0 [64-bit]
Shell: /bin/zsh
rover dev --log debug
   INFO rover_std::fs: reading /Users/justin.doehling/Library/Application Support/com.Apollo.Rover/machine.txt from disk
    at crates/rover-std/src/fs.rs:29

  DEBUG rover::utils::telemetry: serialized_command: Command { name: "dev", arguments: {"opts": Object {"plugin_opts": Object {"elv2_license_accepter": Object {"elv2_license_accepted": Null}, "profile": Object {}, "skip_update": Bool(false)}, "subgraph_opts": Object {}, "supergraph_opts": Object {"supergraph_address": Null, "supergraph_port": Null}}} }
    at src/utils/telemetry.rs:79

   INFO rover::utils::telemetry: Telemetry is enabled. To disable, set $APOLLO_TELEMETRY_DISABLED=1
    at src/utils/telemetry.rs:89

  DEBUG git_url_parse: Processing: "ssh://gitlab@git.virginpulse.com:7999/engineering/unified-data-graph.git"
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/git-url-parse-0.4.4/src/lib.rs:355

  DEBUG git_url_parse: The urlpath: "engineering/unified-data-graph.git"
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/git-url-parse-0.4.4/src/lib.rs:180

  DEBUG git_url_parse: rsplit results for metadata: ["unified-data-graph.git", "engineering"]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/git-url-parse-0.4.4/src/lib.rs:190

   INFO rover_std::fs: reading /Users/justin.doehling/Library/Application Support/com.Apollo.Rover/version.toml from disk
    at crates/rover-std/src/fs.rs:29

  DEBUG sputnik::session: POSTing to https://rover.apollo.dev/telemetry
    at crates/sputnik/src/session.rs:140

  DEBUG sputnik::session: {"command":{"name":"dev","arguments":{"opts":{"plugin_opts":{"elv2_license_accepter":{"elv2_license_accepted":null},"profile":{},"skip_update":false},"subgraph_opts":{},"supergraph_opts":{"supergraph_address":null,"supergraph_port":null}}}},"machine_id":"5fb213ba-e180-4515-bb3c-6c928b031ea5","session_id":"b906fab1-28b1-4576-a3f8-4ec1c10527f6","cwd_hash":"054f759fed9aa26051d1bbc2b29e0e7380e07fc2a5023123295021bbf151ea6b","remote_url_hash":"528a686f0f17798f67ff2ae869552c109f6651c50fb61991918df86f0abab0ae","platform":{"os":"macos","continuous_integration":null},"cli_version":"0.13.0"}
    at crates/sputnik/src/session.rs:141

  DEBUG reqwest::connect: starting new connection: https://rover.apollo.dev/
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.14/src/connect.rs:429

   INFO rover_std::fs: reading /Users/justin.doehling/Library/Application Support/com.Apollo.Rover/elv2_license.toml from disk
    at crates/rover-std/src/fs.rs:29

  DEBUG trust_dns_proto::xfer::dns_handle: querying: rover.apollo.dev A
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/dns_handle.rs:67

  DEBUG trust_dns_resolver::name_server::name_server_pool: sending request: [Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server_pool.rs:257

  DEBUG trust_dns_resolver::name_server::name_server: reconnecting: NameServerConfig { socket_addr: 10.164.65.30:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:115

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_resolver::name_server::name_server: reconnecting: NameServerConfig { socket_addr: 10.164.65.29:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:115

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 18519:QUERY:RD:NoError:QUERY:0/0/0
; query
;; rover.apollo.dev. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 54220:QUERY:RD:NoError:QUERY:0/0/0
; query
;; rover.apollo.dev. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

   INFO rover_std::fs: writing /var/folders/sg/0sx3wt0906q0yb8vk90f454s5w37mg/T/supergraph.0mFQNBcATMzE/router.yaml to disk
    at crates/rover-std/src/fs.rs:66

   INFO rover::command::dev::protocol::leader: initializing main `rover dev process`
    at src/command/dev/protocol/leader.rs:72

  DEBUG reqwest::connect: starting new connection: https://rover.apollo.dev/
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.14/src/connect.rs:429

  DEBUG trust_dns_proto::xfer::dns_handle: querying: rover.apollo.dev A
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/dns_handle.rs:67

  DEBUG trust_dns_resolver::name_server::name_server_pool: sending request: [Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server_pool.rs:257

  DEBUG trust_dns_resolver::name_server::name_server: reconnecting: NameServerConfig { socket_addr: 10.164.65.30:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:115

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_resolver::name_server::name_server: reconnecting: NameServerConfig { socket_addr: 10.164.65.29:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:115

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 22260:QUERY:RD:NoError:QUERY:0/0/0
; query
;; rover.apollo.dev. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 28833:QUERY:RD:NoError:QUERY:0/0/0
; query
;; rover.apollo.dev. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_client_stream: received message id: 28833
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:305

  DEBUG trust_dns_proto::udp::udp_client_stream: received message id: 54220
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:305

  DEBUG trust_dns_resolver::error: Response:; header 28833:RESPONSE:RD,RA:NoError:QUERY:3/0/0
; query
;; rover.apollo.dev. IN A
; answers 3
rover.apollo.dev. 200 IN CNAME apollo-orbiter.netlify.app.
apollo-orbiter.netlify.app. 20 IN A 54.84.236.175
apollo-orbiter.netlify.app. 20 IN A 34.148.147.18
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG trust_dns_resolver::error: Response:; header 54220:RESPONSE:RD,RA:NoError:QUERY:3/0/0
; query
;; rover.apollo.dev. IN A
; answers 3
rover.apollo.dev. 200 IN CNAME apollo-orbiter.netlify.app.
apollo-orbiter.netlify.app. 20 IN A 54.84.236.175
apollo-orbiter.netlify.app. 20 IN A 34.148.147.18
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG trust_dns_resolver::error: Response:; header 28833:RESPONSE:RD,RA:NoError:QUERY:3/0/0
; query
;; rover.apollo.dev. IN A
; answers 3
rover.apollo.dev. 200 IN CNAME apollo-orbiter.netlify.app.
apollo-orbiter.netlify.app. 20 IN A 54.84.236.175
apollo-orbiter.netlify.app. 20 IN A 34.148.147.18
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG trust_dns_resolver::error: Response:; header 54220:RESPONSE:RD,RA:NoError:QUERY:3/0/0
; query
;; rover.apollo.dev. IN A
; answers 3
rover.apollo.dev. 200 IN CNAME apollo-orbiter.netlify.app.
apollo-orbiter.netlify.app. 20 IN A 54.84.236.175
apollo-orbiter.netlify.app. 20 IN A 34.148.147.18
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG hyper::client::connect::http: connecting to 54.84.236.175:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:537

  DEBUG hyper::client::connect::http: connecting to 54.84.236.175:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:537

  DEBUG hyper::client::connect::http: connected to 54.84.236.175:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:540

  DEBUG hyper::client::connect::http: connected to 54.84.236.175:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:540

  DEBUG hyper::proto::h1::io: flushed 758 bytes
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:342

  DEBUG hyper::proto::h1::io: flushed 127 bytes
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:342

  DEBUG hyper::proto::h1::io: parsed 8 headers
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:207

  DEBUG hyper::proto::h1::conn: incoming body is content-length (15 bytes)
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/conn.rs:222

  DEBUG hyper::proto::h1::conn: incoming body completed
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/conn.rs:298

  DEBUG hyper::client::pool: pooling idle connection for ("https", rover.apollo.dev)
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/pool.rs:376

  DEBUG hyper::proto::h1::io: parsed 10 headers
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:207

  DEBUG hyper::proto::h1::conn: incoming body is empty
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/conn.rs:222

  DEBUG hyper::client::pool: pooling idle connection for ("https", rover.apollo.dev)
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/pool.rs:376

  DEBUG reqwest::async_impl::client: redirect policy disallowed redirection to 'https://github.com/apollographql/router/releases/download/v1.10.3/router-v1.10.3-x86_64-apple-darwin.tar.gz'
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.14/src/async_impl/client.rs:2071

downloading the 'router' plugin from https://rover.apollo.dev/tar/router/x86_64-apple-darwin/latest-plugin
  DEBUG reqwest::connect: starting new connection: https://rover.apollo.dev/
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.14/src/connect.rs:429

  DEBUG trust_dns_proto::xfer::dns_handle: querying: rover.apollo.dev A
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/dns_handle.rs:67

  DEBUG trust_dns_resolver::name_server::name_server_pool: sending request: [Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server_pool.rs:257

  DEBUG trust_dns_resolver::name_server::name_server: reconnecting: NameServerConfig { socket_addr: 10.164.65.30:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:115

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_resolver::name_server::name_server: reconnecting: NameServerConfig { socket_addr: 10.164.65.29:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:115

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 60380:QUERY:RD:NoError:QUERY:0/0/0
; query
;; rover.apollo.dev. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 24770:QUERY:RD:NoError:QUERY:0/0/0
; query
;; rover.apollo.dev. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_client_stream: received message id: 60380
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:305

  DEBUG trust_dns_resolver::error: Response:; header 60380:RESPONSE:RD,RA:NoError:QUERY:3/0/0
; query
;; rover.apollo.dev. IN A
; answers 3
rover.apollo.dev. 199 IN CNAME apollo-orbiter.netlify.app.
apollo-orbiter.netlify.app. 19 IN A 54.84.236.175
apollo-orbiter.netlify.app. 19 IN A 34.148.147.18
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG trust_dns_resolver::error: Response:; header 60380:RESPONSE:RD,RA:NoError:QUERY:3/0/0
; query
;; rover.apollo.dev. IN A
; answers 3
rover.apollo.dev. 199 IN CNAME apollo-orbiter.netlify.app.
apollo-orbiter.netlify.app. 19 IN A 54.84.236.175
apollo-orbiter.netlify.app. 19 IN A 34.148.147.18
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG hyper::client::connect::http: connecting to 54.84.236.175:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:537

  DEBUG hyper::client::connect::http: connected to 54.84.236.175:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:540

  DEBUG hyper::proto::h1::io: flushed 127 bytes
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:342

  DEBUG hyper::proto::h1::io: parsed 10 headers
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:207

  DEBUG hyper::proto::h1::conn: incoming body is empty
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/conn.rs:222

  DEBUG hyper::client::pool: pooling idle connection for ("https", rover.apollo.dev)
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/pool.rs:376

  DEBUG reqwest::async_impl::client: redirect policy disallowed redirection to 'https://github.com/apollographql/router/releases/download/v1.10.3/router-v1.10.3-x86_64-apple-darwin.tar.gz'
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.14/src/async_impl/client.rs:2071

  DEBUG reqwest::connect: starting new connection: https://rover.apollo.dev/
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.14/src/connect.rs:429

  DEBUG trust_dns_proto::xfer::dns_handle: querying: rover.apollo.dev A
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/dns_handle.rs:67

  DEBUG trust_dns_resolver::name_server::name_server_pool: sending request: [Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server_pool.rs:257

  DEBUG trust_dns_resolver::name_server::name_server: reconnecting: NameServerConfig { socket_addr: 10.164.65.30:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:115

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_resolver::name_server::name_server: reconnecting: NameServerConfig { socket_addr: 10.164.65.29:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:115

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("rover.apollo.dev"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 10368:QUERY:RD:NoError:QUERY:0/0/0
; query
;; rover.apollo.dev. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 60427:QUERY:RD:NoError:QUERY:0/0/0
; query
;; rover.apollo.dev. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_client_stream: received message id: 10368
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:305

  DEBUG trust_dns_resolver::error: Response:; header 10368:RESPONSE:RD,RA:NoError:QUERY:3/0/0
; query
;; rover.apollo.dev. IN A
; answers 3
rover.apollo.dev. 198 IN CNAME apollo-orbiter.netlify.app.
apollo-orbiter.netlify.app. 18 IN A 34.148.147.18
apollo-orbiter.netlify.app. 18 IN A 54.84.236.175
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG trust_dns_resolver::error: Response:; header 10368:RESPONSE:RD,RA:NoError:QUERY:3/0/0
; query
;; rover.apollo.dev. IN A
; answers 3
rover.apollo.dev. 198 IN CNAME apollo-orbiter.netlify.app.
apollo-orbiter.netlify.app. 18 IN A 34.148.147.18
apollo-orbiter.netlify.app. 18 IN A 54.84.236.175
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG hyper::client::connect::http: connecting to 34.148.147.18:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:537

  DEBUG hyper::client::connect::http: connected to 34.148.147.18:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:540

  DEBUG hyper::proto::h1::io: flushed 173 bytes
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:342

  DEBUG hyper::proto::h1::io: parsed 10 headers
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:207

  DEBUG hyper::proto::h1::conn: incoming body is content-length (135 bytes)
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/conn.rs:222

  DEBUG hyper::proto::h1::conn: incoming body completed
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/conn.rs:298

  DEBUG hyper::client::pool: pooling idle connection for ("https", rover.apollo.dev)
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/pool.rs:376

  DEBUG reqwest::async_impl::client: redirecting 'https://rover.apollo.dev/tar/router/x86_64-apple-darwin/latest-plugin' to 'https://github.com/apollographql/router/releases/download/v1.10.3/router-v1.10.3-x86_64-apple-darwin.tar.gz'
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.14/src/async_impl/client.rs:2032

  DEBUG reqwest::connect: starting new connection: https://github.com/
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.14/src/connect.rs:429

  DEBUG trust_dns_proto::xfer::dns_handle: querying: github.com A
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/dns_handle.rs:67

  DEBUG trust_dns_resolver::name_server::name_server_pool: sending request: [Query { name: Name("github.com"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server_pool.rs:257

  DEBUG trust_dns_resolver::name_server::name_server: existing connection: NameServerConfig { socket_addr: 10.164.65.29:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:128

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("github.com"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_resolver::name_server::name_server: existing connection: NameServerConfig { socket_addr: 10.164.65.30:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:128

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("github.com"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 28186:QUERY:RD:NoError:QUERY:0/0/0
; query
;; github.com. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 46373:QUERY:RD:NoError:QUERY:0/0/0
; query
;; github.com. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_client_stream: received message id: 28186
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:305

  DEBUG trust_dns_resolver::error: Response:; header 28186:RESPONSE:RD,RA:NoError:QUERY:1/0/0
; query
;; github.com. IN A
; answers 1
github.com. 48 IN A 140.82.112.3
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG trust_dns_resolver::error: Response:; header 28186:RESPONSE:RD,RA:NoError:QUERY:1/0/0
; query
;; github.com. IN A
; answers 1
github.com. 48 IN A 140.82.112.3
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG hyper::client::connect::http: connecting to 140.82.112.3:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:537

  DEBUG hyper::client::connect::http: connected to 140.82.112.3:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:540

  DEBUG hyper::proto::h1::io: flushed 291 bytes
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:342

  DEBUG hyper::proto::h1::io: parsed 14 headers
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:207

  DEBUG hyper::proto::h1::conn: incoming body is empty
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/conn.rs:222

  DEBUG hyper::client::pool: pooling idle connection for ("https", github.com)
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/pool.rs:376

  DEBUG reqwest::async_impl::client: redirecting 'https://github.com/apollographql/router/releases/download/v1.10.3/router-v1.10.3-x86_64-apple-darwin.tar.gz' to 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/424598738/cb97c062-a2c7-42b1-86e6-19f9e65aff61?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230323%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230323T171757Z&X-Amz-Expires=300&X-Amz-Signature=cc964619b928b3908bdc7898abf27183fb94b4c1a40d36862ce4b72f5e9a1144&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=424598738&response-content-disposition=attachment%3B%20filename%3Drouter-v1.10.3-x86_64-apple-darwin.tar.gz&response-content-type=application%2Foctet-stream'
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.14/src/async_impl/client.rs:2032

  DEBUG reqwest::connect: starting new connection: https://objects.githubusercontent.com/
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.14/src/connect.rs:429

  DEBUG trust_dns_proto::xfer::dns_handle: querying: objects.githubusercontent.com A
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/dns_handle.rs:67

  DEBUG trust_dns_resolver::name_server::name_server_pool: sending request: [Query { name: Name("objects.githubusercontent.com"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server_pool.rs:257

  DEBUG trust_dns_resolver::name_server::name_server: existing connection: NameServerConfig { socket_addr: 10.164.65.30:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:128

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("objects.githubusercontent.com"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_resolver::name_server::name_server: existing connection: NameServerConfig { socket_addr: 10.164.65.29:53, protocol: Udp, tls_dns_name: None, trust_nx_responses: false, bind_addr: None }
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/name_server/name_server.rs:128

  DEBUG trust_dns_proto::xfer: enqueueing message:QUERY:[Query { name: Name("objects.githubusercontent.com"), query_type: A, query_class: IN }]
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/xfer/mod.rs:171

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 22546:QUERY:RD:NoError:QUERY:0/0/0
; query
;; objects.githubusercontent.com. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_client_stream: final message: ; header 37494:QUERY:RD:NoError:QUERY:0/0/0
; query
;; objects.githubusercontent.com. IN A

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:190

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_stream: created socket successfully
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_stream.rs:254

  DEBUG trust_dns_proto::udp::udp_client_stream: received message id: 22546
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.22.0/src/udp/udp_client_stream.rs:305

  DEBUG trust_dns_resolver::error: Response:; header 22546:RESPONSE:RD,RA:NoError:QUERY:4/0/0
; query
;; objects.githubusercontent.com. IN A
; answers 4
objects.githubusercontent.com. 99 IN A 185.199.110.133
objects.githubusercontent.com. 99 IN A 185.199.111.133
objects.githubusercontent.com. 99 IN A 185.199.108.133
objects.githubusercontent.com. 99 IN A 185.199.109.133
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG trust_dns_resolver::error: Response:; header 22546:RESPONSE:RD,RA:NoError:QUERY:4/0/0
; query
;; objects.githubusercontent.com. IN A
; answers 4
objects.githubusercontent.com. 99 IN A 185.199.110.133
objects.githubusercontent.com. 99 IN A 185.199.111.133
objects.githubusercontent.com. 99 IN A 185.199.108.133
objects.githubusercontent.com. 99 IN A 185.199.109.133
; nameservers 0
; additionals 0

    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.22.0/src/error.rs:148

  DEBUG hyper::client::connect::http: connecting to 185.199.110.133:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:537

  DEBUG hyper::client::connect::http: connected to 185.199.110.133:443
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/client/connect/http.rs:540

  DEBUG hyper::proto::h1::io: flushed 796 bytes
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:342

  DEBUG hyper::proto::h1::io: parsed 24 headers
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/io.rs:207

  DEBUG hyper::proto::h1::conn: incoming body is content-length (29363564 bytes)
    at /Users/distiller/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.25/src/proto/h1/conn.rs:222

error: error decoding response body: operation timed out

Caused by:
    operation timed out