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
Running version v1.6.0-ubuntu-20.04-armv7 with -a github on a Raspberry Pi 3. I realize this version doesn't quite exactly match, but I wasn't sure the best version to choose. Other versions for this arch gave ld.so errors with libssl. I added ~2 GB of swap storage.
uname -a:
Linux raspberrypi 5.15.84-v7+ #1613 SMP Thu Jan 5 11:59:48 GMT 2023 armv7l GNU/Linux
Generating secrets
Write a sentence to generate entropy:
[snip]
Retrieving the transcript
Validating transcript file against the schema
Validation failed.
Error #1
context: <root>[participantIds][111812]
desc: Failed to match regex specified by 'pattern' constraint.
Error #2
context: <root>[participantIds][111812]
desc: Failed to validate against child schema #0.
Error #3
context: <root>[participantIds][111812]
desc: Failed to match regex specified by 'pattern' constraint.
Error #4
context: <root>[participantIds][111812]
desc: Failed to validate against child schema #1.
Error #5
context: <root>[participantIds][111812]
desc: Failed to match regex specified by 'pattern' constraint.
Error #6
context: <root>[participantIds][111812]
desc: Failed to validate against child schema #2.
Error #7
context: <root>[participantIds][111812]
desc: Failed to validate against any child schemas allowed by oneOf constraint.
Error #8
context: <root>[participantIds]
desc: Failed to validate item #111812 in array.
Error #9
context: <root>[participantIds][118703]
desc: Failed to match regex specified by 'pattern' constraint.
Error #10
context: <root>[participantIds][118703]
desc: Failed to validate against child schema #0.
Error #11
context: <root>[participantIds][118703]
desc: Failed to match regex specified by 'pattern' constraint.
Error #12
context: <root>[participantIds][118703]
desc: Failed to validate against child schema #1.
Error #13
context: <root>[participantIds][118703]
desc: Failed to match regex specified by 'pattern' constraint.
Error #14
context: <root>[participantIds][118703]
desc: Failed to validate against child schema #2.
Error #15
context: <root>[participantIds][118703]
desc: Failed to validate against any child schemas allowed by oneOf constraint.
Error #16
context: <root>[participantIds]
desc: Failed to validate item #118703 in array.
Error #17
context: <root>
desc: Failed to validate against schema associated with property name 'participantIds'.
Fwiw, I tried this tool back in march on the same setup when the contribution queue was in the tens of thousands and it was able to successfully verify the transcript. My contribution was just never included since the lobby was too large and I decided to give up and wait until the second public contribution phase.
Could the issue be that I should build from source?
The text was updated successfully, but these errors were encountered:
delbonis
changed the title
Validation failed
Transcript validation failed
Jul 15, 2023
Also checking, this also happens on my desktop PC running Ubuntu 22.04 with the 1.6.0 release compiled for 22.04, so I don't think it's an issue just with the Pi.
It seems like there's an issue validating the transcript file against the schema. This could be because of incorrect participant IDs or a problem with the validation tool. Since the problem occurs on both your Raspberry Pi and your desktop PC, it's not platform-specific. Building from source might help, but first, ensure the transcript file is correct.
Running version
v1.6.0-ubuntu-20.04-armv7
with-a github
on a Raspberry Pi 3. I realize this version doesn't quite exactly match, but I wasn't sure the best version to choose. Other versions for this arch gave ld.so errors with libssl. I added ~2 GB of swap storage.uname -a
:cat /etc/os-release
:Output:
Fwiw, I tried this tool back in march on the same setup when the contribution queue was in the tens of thousands and it was able to successfully verify the transcript. My contribution was just never included since the lobby was too large and I decided to give up and wait until the second public contribution phase.
Could the issue be that I should build from source?
The text was updated successfully, but these errors were encountered: