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

bug: dns and too many open files errors #51

Closed
ncitron opened this issue Sep 23, 2022 · 0 comments · Fixed by #67
Closed

bug: dns and too many open files errors #51

ncitron opened this issue Sep 23, 2022 · 0 comments · Fixed by #67
Labels
bug Something isn't working

Comments

@ncitron
Copy link
Collaborator

ncitron commented Sep 23, 2022

Logs provided by Mason. I am still unable to produce locally though.

thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: Too many open files (os error 24)
Location:
    /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:89:27', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:107:47
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: Too many open files (os error 24)
Location:
    /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:89:27', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:107:47
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: Too many open files (os error 24)
Location:
    /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:89:27', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:107:47
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
Caused by:
   0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
   1: dns error: failed to lookup address information: nodename nor servname provided, or not known
   2: failed to lookup address information: nodename nor servname provided, or not known
Location:
    execution/src/rpc/http_rpc.rs:73:20', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:107:47
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
Caused by:
   0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
   1: dns error: failed to lookup address information: nodename nor servname provided, or not known
   2: failed to lookup address information: nodename nor servname provided, or not known
Location:
    execution/src/rpc/http_rpc.rs:73:20', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:107:47
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
Caused by:
   0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
   1: dns error: failed to lookup address information: nodename nor servname provided, or not known
   2: failed to lookup address information: nodename nor servname provided, or not known
Location:
    execution/src/rpc/http_rpc.rs:73:20', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:107:47
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
Caused by:
   0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
   1: dns error: failed to lookup address information: nodename nor servname provided, or not known
   2: failed to lookup address information: nodename nor servname provided, or not known
Location:
    execution/src/rpc/http_rpc.rs:51:30', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:111:46
[2022-09-23T02:53:02Z INFO  consensus::consensus] applying optimistic update     slot=4756462  confidence=98.05%  delay=00:00:15
[2022-09-23T02:53:05Z WARN  client::rpc] Too many open files (os error 24)
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
Caused by:
   0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
   1: dns error: failed to lookup address information: nodename nor servname provided, or not known
   2: failed to lookup address information: nodename nor servname provided, or not known
Location:
    execution/src/rpc/http_rpc.rs:51:30', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:111:46
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
Caused by:
   0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
   1: dns error: failed to lookup address information: nodename nor servname provided, or not known
   2: failed to lookup address information: nodename nor servname provided, or not known
Location:
    execution/src/rpc/http_rpc.rs:51:30', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:111:46
[2022-09-23T02:53:41Z INFO  consensus::consensus] applying optimistic update     slot=4756465  confidence=99.22%  delay=00:00:18
[2022-09-23T02:53:43Z WARN  client::rpc] Too many open files (os error 24)
[2022-09-23T02:55:12Z INFO  consensus::consensus] applying optimistic update     slot=4756472  confidence=98.83%  delay=00:00:25
[2022-09-23T02:55:22Z WARN  client::rpc] (code: -32000, message: already known, data: None)
[2022-09-23T02:55:24Z INFO  consensus::consensus] applying optimistic update     slot=4756474  confidence=99.41%  delay=00:00:13
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
Caused by:
   0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
   1: dns error: failed to lookup address information: nodename nor servname provided, or not known
   2: failed to lookup address information: nodename nor servname provided, or not known
Location:
    execution/src/rpc/http_rpc.rs:51:30', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:111:46
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[2022-09-23T02:56:03Z INFO  consensus::consensus] applying optimistic update     slot=4756477  confidence=99.02%  delay=00:00:16
[2022-09-23T02:56:05Z WARN  client::rpc] (code: -32000, message: nonce too low, data: None)
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
Caused by:
   0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
   1: dns error: failed to lookup address information: nodename nor servname provided, or not known
   2: failed to lookup address information: nodename nor servname provided, or not known
Location:
    execution/src/rpc/http_rpc.rs:51:30', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:111:46
[2022-09-23T02:56:48Z INFO  consensus::consensus] applying finality update       slot=4756416  confidence=83.01%  delay=00:13:793
[2022-09-23T02:56:49Z INFO  consensus::consensus] applying optimistic update     slot=4756480  confidence=83.01%  delay=00:00:26
[2022-09-23T02:56:51Z WARN  client::rpc] error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
[2022-09-23T02:56:51Z WARN  client::rpc] error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
[2022-09-23T02:56:51Z WARN  client::rpc] error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
[2022-09-23T02:56:51Z WARN  client::rpc] error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
[2022-09-23T02:56:51Z WARN  client::rpc] error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
[2022-09-23T02:56:51Z WARN  client::rpc] error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error sending request for url (https://eth-mainnet.g.alchemy.com/v2/Q0BqQPbTQfSMzrCNl4x80XS_PLLB1RNf): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
Caused by:
   0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
   1: dns error: failed to lookup address information: nodename nor servname provided, or not known
   2: failed to lookup address information: nodename nor servname provided, or not known
Location:
    execution/src/rpc/http_rpc.rs:51:30', /Users/runner/work/lightclient/lightclient/execution/src/evm.rs:111:46
[2022-09-23T02:57:39Z INFO  consensus::consensus] applying optimistic update     slot=4756485  confidence=97.85%  delay=00:00:16
[2022-09-23T02:57:41Z WARN  client::rpc] Too many open files (os error 24)
@ncitron ncitron added the bug Something isn't working label Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant