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

Validation errors #1493

Open
3 tasks done
notooth1 opened this issue May 31, 2023 · 2 comments
Open
3 tasks done

Validation errors #1493

notooth1 opened this issue May 31, 2023 · 2 comments
Labels

Comments

@notooth1
Copy link

notooth1 commented May 31, 2023

Background Work

Chipyard Version and Hash

Release: stable

OS Setup

$ uname -a
Linux 192.168.0.101 4.18.0-425.3.1.el8.x86_64 #1 SMP Tue Nov 8 14:08:25 EST 2022 x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: AlmaLinux
Description: AlmaLinux release 8.7 (Stone Smilodon)
Release: 8.7
Codename: StoneSmilodon

Other Setup

Ex: Prior steps taken / Documentation Followed / etc...

Current Behavior

(base) notooth@192:Downloads$ git clone https://github.com/ucb-bar/chipyard.git
(base) notooth@192:Downloads$ cd chipyard
(base) notooth@192:chipyard$ git checkout stable
(base) notooth@192:chipyard$ ./build-setup.sh riscv-tools
...
pydantic.error_wrappers.ValidationError: 2 validation errors for Lockfile
package -> 383 -> optional
field required (type=value_error.missing)
package -> 387 -> optional
field required (type=value_error.missing)

Expected Behavior

build successfully

Other Information

I got this error when building the package. Can anyone help me fix it?

@notooth1 notooth1 added the bug label May 31, 2023
@michael-etzkorn
Copy link
Contributor

michael-etzkorn commented Jun 1, 2023

+1 I am seeing the same thing on my end.

@michael-etzkorn
Copy link
Contributor

Seems to be the same as this issue: #1488

Trying the solution there momentarily.

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

No branches or pull requests

2 participants