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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]run prover connect to timed out #3122

Open
rabee198 opened this issue Feb 23, 2024 · 7 comments
Open

[Bug]run prover connect to timed out #3122

rabee198 opened this issue Feb 23, 2024 · 7 comments
Labels
bug Incorrect or unexpected behavior

Comments

@rabee198
Copy link

rabee198 commented Feb 23, 2024

馃悰 Bug Report

2024-02-23T15:09:52.110739Z DEBUG No connected peers
2024-02-23T15:09:53.113218Z WARN Unable to connect to '45.55.201.67:4130' - timed out
2024-02-23T15:10:17.113516Z DEBUG No connected peers
2024-02-23T15:10:18.114887Z WARN Unable to connect to '45.55.201.67:4130' - timed out
2024-02-23T15:10:42.114190Z DEBUG No connected peers
2024-02-23T15:10:43.115605Z WARN Unable to connect to '64.23.169.88:4130' - timed out
2024-02-23T15:11:07.115937Z DEBUG No connected peers
2024-02-23T15:11:08.116329Z WARN Unable to connect to '45.55.201.67:4130' - timed out
2024-02-23T15:11:32.116631Z DEBUG No connected peers
2024-02-23T15:11:33.118057Z WARN Unable to connect to '45.55.201.80:4130' - timed out
2024-02-23T15:11:57.117406Z DEBUG No connected peers
2024-02-23T15:11:58.118871Z WARN Unable to connect to '146.190.35.174:4130' - timed out
2024-02-23T15:12:22.119172Z DEBUG No connected peers
2024-02-23T15:12:23.120521Z WARN Unable to connect to '45.55.201.67:4130' - timed out
2024-02-23T15:12:47.120786Z DEBUG No connected peers
2024-02-23T15:12:48.122160Z WARN Unable to connect to '45.55.201.67:4130' - timed out
2024-02-23T15:13:12.121469Z DEBUG No connected peers
2024-02-23T15:13:13.122876Z WARN Unable to connect to '146.190.35.174:4130' - timed out
2024-02-23T15:13:37.123098Z DEBUG No connected peers
2024-02-23T15:13:38.124427Z WARN Unable to connect to '45.55.201.80:4130' - timed out
2024-02-23T15:14:02.124660Z DEBUG No connected peers
2024-02-23T15:14:03.126033Z WARN Unable to connect to '45.55.201.80:4130' - timed out

Steps to Reproduce

setup by the guide. and run ./run-prover.sh

Expected Behavior

port 3030/tcp no open but the OS firewall are closed.

Your Environment

snarkOS Version: mainnet-latest [v2.2.7]
Rust Version:1.74.1
Computer OS:Ubuntu 22.04

@rabee198 rabee198 added the bug Incorrect or unexpected behavior label Feb 23, 2024
@rabee198
Copy link
Author

Compiling error:

error: could not parse/generate dep info at: /home/rootadmin/snarkOS/target/release/deps/version_check-2eacf4551749794c.d

Caused by:
failed to write /home/rootadmin/snarkOS/target/release/.fingerprint/version_check-2eacf4551749794c/dep-lib-version_check

Caused by:
No such file or directory (os error 2)
Removed 6714 files, 2.5GiB total
error: could not write output to /home/rootadmin/snarkOS/target/release/deps/pkg_config-ef0de09c30e211bf.pkg_config.8f35a4c55af25689-cgu.05.rcgu.o: No such file or directory

error: failed to write /home/rootadmin/snarkOS/target/release/deps/libzerocopy-b8126872e162cabe.rmeta: No such file or directory (os error 2)

error: couldn't create a temp dir: No such file or directory (os error 2) at path "/home/rootadmin/snarkOS/target/release/deps/rmetag8L0NY"

error: could not compile zerocopy (lib) due to previous error
error: couldn't create a temp dir: No such file or directory (os error 2) at path "/home/rootadmin/snarkOS/target/release/deps/rmetagRr9hJ"

error: could not compile allocator-api2 (lib) due to previous error
error: could not compile ppv-lite86 (lib) due to previous error
error: could not compile pkg-config (lib) due to previous error
error: could not write output to /home/rootadmin/snarkOS/target/release/deps/vcpkg-f5768767b1829c57.vcpkg.c61bebd8048b8b10-cgu.15.rcgu.o: No such file or directory

error: could not compile vcpkg (lib) due to previous error
error: couldn't create a temp dir: No such file or directory (os error 2) at path "/home/rootadmin/snarkOS/target/release/deps/rmetaSkLTpV"

error: could not compile memchr (lib) due to previous error

@rabee198
Copy link
Author

I reinstalled it and it doesn't generate an error anymore, but it still times out on the connections.

馃Л Starting a prover node on Aleo Mainnet (v0) at 0.0.0.0:4130.

2024-02-25T07:02:11.342571Z DEBUG No connected peers
2024-02-25T07:02:12.344044Z WARN Unable to connect to '64.23.169.88:4130' - timed out
2024-02-25T07:02:36.343784Z DEBUG No connected peers
2024-02-25T07:02:37.345144Z WARN Unable to connect to '45.55.201.67:4130' - timed out
2024-02-25T07:03:01.345361Z DEBUG No connected peers
2024-02-25T07:03:02.346798Z WARN Unable to connect to '45.55.201.80:4130' - timed out
2024-02-25T07:03:26.346092Z DEBUG No connected peers

only 4130 opened.

@chocoboss
Copy link

chocoboss commented Feb 27, 2024

I encountered the same problem.

Welcome to Aleo! We thank you for running a node and supporting privacy.

馃憶 Your Aleo address is aleo1g4736m25xhqjgmrev40hm9k9lj4u4yjrfng8zvr09jm2teuxggrsx4u7ge.

馃Л Starting a prover node on Aleo Mainnet (v0) at 0.0.0.0:4130.

2024-02-27T12:57:45.404901Z DEBUG No connected peers
2024-02-27T12:57:46.406743Z WARN Unable to connect to '45.55.201.80:4130' - timed out
2024-02-27T12:58:10.406487Z DEBUG No connected peers
2024-02-27T12:58:11.407483Z WARN Unable to connect to '64.23.169.88:4130' - timed out
2024-02-27T12:58:35.408220Z DEBUG No connected peers
2024-02-27T12:58:36.409384Z WARN Unable to connect to '64.23.169.88:4130' - timed out
2024-02-27T12:59:00.409205Z DEBUG No connected peers
2024-02-27T12:59:01.410379Z WARN Unable to connect to '64.23.169.88:4130' - timed out

@zisheng6
Copy link

me too

@sontt9
Copy link

sontt9 commented Mar 19, 2024

Any solution for this, it's stuck on my node for a couple week

@wybiacx
Copy link

wybiacx commented Mar 27, 2024

Bro, did you solve the problem?

@AnsonCode
Copy link

+1

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

No branches or pull requests

6 participants