YosysHQ / oss-cad-suite-build

Multi-platform nightly builds of open source digital design and verification tools
ISC License
774 stars 70 forks source link

Build failed #41

Closed splinedrive closed 2 years ago

splinedrive commented 2 years ago

oss-cad-suite-build $ ./builder.py build oss-cad-suite-build $ ./builder.py build oss-cad-suite-build $ ./builder.py build oss-cad-suite-build $ ./builder.py build

Caused by: failed to download hashbrown v0.12.3

Caused by: unable to get packages from source

Caused by: failed to parse manifest at /tmp/linux-x64/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/Cargo.toml

Caused by: feature edition2021 is required

this Cargo does not support nightly features, but if you switch to nightly channel you can add cargo-features = ["edition2021"] to enable this feature

==> ERROR : Script returned error code 101. oss-cad-suite-build $ ./builder.py build oss-cad-suite-build $ ./builder.py build hd@t14:~/hacking/eda-tools/oss-cad-suite-build $ ./builder.py build

Caused by: failed to download hashbrown v0.12.3

Caused by: unable to get packages from source

Caused by: failed to parse manifest at /tmp/linux-x64/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/Cargo.toml

Caused by: feature edition2021 is required

this Cargo does not support nightly features, but if you switch to nightly channel you can add cargo-features = ["edition2021"] to enable this feature

==> ERROR : Script returned error code 101. hd@t14:~/hacking/eda-tools/oss-cad-suite-build $ ./builder.py build Hi,

when I have done ./builder.py build I get this error, please help!

Caused by: failed to download hashbrown v0.12.3

Caused by: unable to get packages from source

Caused by: failed to parse manifest at /tmp/linux-x64/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/Cargo.toml

Caused by: feature edition2021 is required

this Cargo does not support nightly features, but if you switch to nightly channel you can add cargo-features = ["edition2021"] to enable this feature

==> ERROR : Script returned error code 101.

mmicko commented 2 years ago

You are probably using old scripts, since in https://github.com/YosysHQ/oss-cad-suite-build/commit/b3d11b7379358626b0c4e5ede57651a0b09285b0 I have updated docker machines with latest Rust version for all, and build script is now using that version of docker images. Anyway all images are uploaded so no need for you to do manual build or anything.

splinedrive commented 2 years ago

thank you for your quick help!

zjkyz8 commented 1 year ago

hi @mmicko , I use cross-darwin-arm64 based on master to build docker image, still have this error, is there any info i missed?