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

Transcript validation failed #56

Open
delbonis opened this issue Jul 15, 2023 · 2 comments
Open

Transcript validation failed #56

delbonis opened this issue Jul 15, 2023 · 2 comments

Comments

@delbonis
Copy link

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

cat /etc/os-release:

PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Output:

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?

@delbonis delbonis changed the title Validation failed Transcript validation failed Jul 15, 2023
@delbonis
Copy link
Author

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.

@Amlakie-T
Copy link

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.

@github-staff github-staff deleted a comment from cmurav May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@delbonis @Amlakie-T and others