You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STD ERR: Running `target/llvm-cov-target/debug/pool_sv2 -c ../test/config/pool-config-sri-tp.toml`
STD OUT: 2024-08-13T09:44:26.795420Z INFO pool_sv2: Pool INITIALIZING with config: "../test/config/pool-config-sri-tp.toml"
STD OUT: 2024-08-13T09:44:26.918168Z ERROR pool_sv2: Could not connect to Template Provider: I/O error: `Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }
PanicInfo {
payload: Any { .. },
message: Some(
called `Result::unwrap()` on an `Err` value: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" },
),
location: Location {
file: "src/net.rs",
line: 60,
col: 51,
},
can_unwind: true,
force_no_backtrace: false,
}
STD ERR:
thread 'main' panicked at src/main.rs:440:13:
TEST FAILED
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
STD ERR: Finished report saved to target/pool-sri-test-reject-auth.xml
mg test failed
Error: Process completed with exit code 1.
SV1 Test
What @lorbax explained to me in #dev channel is that this basically means that SV2 Pool failed to connect to a TP.
Which then caused this test to run in the loop for 3 and a half hours before I manually had to cancel the workflow and re-run it
upstream role at 127.0.0.1:34254, retrying in 5s: Connection refused (os error 111)
STD OUT: 2024-08-13T13:05:32.973172Z ERROR translator_sv2::lib::upstream_sv2::upstream: Failed to connect to Upstream role at 127.0.0.1:34254, retrying in 5s: Connection refused (os error 111)
STD OUT: 2024-08-13T13:05:37.973623Z ERROR translator_sv2::lib::upstream_sv2::upstream: Failed to connect to Upstream role at 127.0.0.1:34254, retrying in 5s: Connection refused (os error 111)
STD OUT: 2024-08-13T13:05:42.975088Z ERROR translator_sv2::lib::upstream_sv2::upstream: Failed to connect to Upstream role at 127.0.0.1:34254, retrying in 5s: Connection refused (os error 111)
STD OUT: 2024-08-13T13:05:47.976605Z ERROR translator_sv2::lib::upstream_sv2::upstream: Failed to connect to Upstream role at 127.0.0.1:34254, retrying in 5s: Connection refused (os error 111)
STD OUT: 2024-08-13T13:05:52.978117Z ERROR translator_sv2::lib::upstream_sv2::upstream: Failed to connect to Upstream role at 127.0.0.1:34254, retrying in 5s: Connection refused (os error 111)
STD OUT: 2024-08-13T13:05:57.978631Z ERROR translator_sv2::lib::upstream_sv2::upstream: Failed to connect to Upstream role at 127.0.0.1:34254, retrying in 5s: Connection refused (os error 111)
STD OUT: 2024-08-13T13:06:02.980188Z ERROR translator_sv2::lib::upstream_sv2::upstream: Failed to connect to Upstream role at 127.0.0.1:34254, retrying in 5s: Connection refused (os error 111)
@lorbax mentioned that the solution for this one is simple add a timeout to this Message Generator test.
The text was updated successfully, but these errors were encountered:
While I was looking into #1001 and re-running tests I noticed that there are two tests that failed.
Link here https://github.com/stratum-mining/stratum/actions/runs/10367376623/job/28698642731?pr=1001
pool-sri-test-reject-auth
SV1 Test
What @lorbax explained to me in #dev channel is that this basically means that SV2 Pool failed to connect to a TP.
Which then caused this test to run in the loop for 3 and a half hours before I manually had to cancel the workflow and re-run it
@lorbax mentioned that the solution for this one is simple add a timeout to this Message Generator test.
The text was updated successfully, but these errors were encountered: