Opened at 2022-05-12T14:42:21Z
Closed at 2022-05-16T15:20:37Z
#3895 closed defect (fixed)
Tor integration tests are failing
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Sometimes this manifests as freezing (Circle CI), sometimes it just fails (locally for me), sometimes it passes (other CI integration builds)!!!.
In log I'm seeing:
2022-05-12T10:40:47-0400 [twisted.python.log#info] web: 127.0.0.1 GET /uri/[CENSORED] 410 294 ERR: b'Error during GET: 410 Gone\nNoSharesError: no shares could be found. Zero shares usually indicates a corrupt URI, or that no servers were connected, but it might also indicate severe corruption. You should perform a filecheck on this object to learn more.\n\nThe full error message is:\nno shares (need 1). Last failure: None\n' Fsignaling 3664660 with TERM
and it fails with
twisted.internet.error.ProcessTerminated: A process has ended with a probable error condition: process ended with exit code 1.
although it doesn't say _which_ process failed :(
Change History (2)
comment:1 Changed at 2022-05-12T20:51:29Z by meejah
comment:2 Changed at 2022-05-16T15:20:37Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In 0cf0b1e/trunk:
Note: See
TracTickets for help on using
tickets.
Can you post the full logs? Does it still happen if you run just the one offending test?