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

CI tests fail in a clean copy of the repository #140

Closed
smoelius opened this issue Dec 1, 2024 · 2 comments
Closed

CI tests fail in a clean copy of the repository #140

smoelius opened this issue Dec 1, 2024 · 2 comments

Comments

@smoelius
Copy link

smoelius commented Dec 1, 2024

I did this:

I expected to see passing tests, but instead I saw this:

@sqds/multisig:generate:    Compiling wasm-bindgen-macro v0.2.97
@sqds/multisig:generate: error[E0554]: `#![feature]` may not be used on the stable release channel
@sqds/multisig:generate:  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.97/src/lib.rs:4:5
@sqds/multisig:generate:   |
@sqds/multisig:generate: 4 |     feature(allow_internal_unstable),
@sqds/multisig:generate:   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

It appears that Solita is trying to install Anchor 0.29 without --locked. Also, the failure appears to be related to rustwasm/wasm-bindgen#4304.

Is this a known problem and does it have an easy fix?

smoelius added a commit to trailofbits/necessist that referenced this issue Dec 1, 2024
smoelius added a commit to trailofbits/necessist that referenced this issue Dec 1, 2024
github-merge-queue bot pushed a commit to trailofbits/necessist that referenced this issue Dec 1, 2024
@0xRigel-squads
Copy link
Contributor

Haven't figured out how to reproduce yet, but will keep you posted when we get around to the fix 👍

@smoelius
Copy link
Author

@0xRigel-squads Thanks very much for your reply.

I just tried again (by pushing 9d1b355 to an empty repo), and I too cannot reproduce the failure.

Notably, I now see the following in the "Build Program" step, whereas before the version was 0.2.97:

@sqds/multisig:generate:    Compiling wasm-bindgen-macro v0.2.99

This suggests to me that wasm-bindgen-macro has done something to make the problem go away.

Regardless, I will close this issue. Thanks again.

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

2 participants