-
Notifications
You must be signed in to change notification settings - Fork 463
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
Build fails on nightly-2024-02-05 #618
Comments
Merged
same error on mac x86 |
I've submitted a PR to fix this: #619 |
ChengyuZhu6
added a commit
to ChengyuZhu6/guest-components
that referenced
this issue
Feb 6, 2024
Rustc 1.78.0-nightly (f067fd608 2024-02-05) was the latest nightly release, but it has a compatibility issue with curve25519-dalek dalek-cryptography/curve25519-dalek#618. So we bump the version of rust nightly to nightly-2024-02-03. Signed-off-by: ChengyuZhu6 <[email protected]>
Merged
This was referenced Feb 6, 2024
Billy99
added a commit
to Billy99/bpfman
that referenced
this issue
Feb 6, 2024
Pin rust to nightly-2024-02-03 until dalek-cryptography/curve25519-dalek#618 is fixed. Signed-off-by: Billy McFall <[email protected]>
AaronFeickert
added a commit
to tari-project/triptych
that referenced
this issue
Feb 6, 2024
An [issue](dalek-cryptography/curve25519-dalek#618) with the curve library means nightly compilers after `nightly-2024-02-04` will not work. The documentation currently references the latest nightly compiler for benchmarks and fuzzing; this PR adds a warning and updates the relevant commands.
hko-s
added a commit
to hko-s/rpgp
that referenced
this issue
Feb 6, 2024
This nightly version avoids triggering the errors from dalek-cryptography/curve25519-dalek#618
Billy99
added a commit
to Billy99/bpfman
that referenced
this issue
Feb 6, 2024
Pin rust to nightly-2024-02-03 until dalek-cryptography/curve25519-dalek#618 is fixed. Signed-off-by: Billy McFall <[email protected]>
Billy99
added a commit
to Billy99/bpfman
that referenced
this issue
Feb 6, 2024
Pin rust to nightly-2024-02-03 until dalek-cryptography/curve25519-dalek#618 is fixed. Signed-off-by: Billy McFall <[email protected]>
astoycos
pushed a commit
to bpfman/bpfman
that referenced
this issue
Feb 6, 2024
Pin rust to nightly-2024-02-03 until dalek-cryptography/curve25519-dalek#618 is fixed. Signed-off-by: Billy McFall <[email protected]>
ChengyuZhu6
added a commit
to ChengyuZhu6/guest-components
that referenced
this issue
Feb 7, 2024
Rustc 1.78.0-nightly (f067fd608 2024-02-05) was the latest nightly release, but it has a compatibility issue with curve25519-dalek dalek-cryptography/curve25519-dalek#618. Now curve25519-dalek and x25519-dalek have a new release to fix the issue. So we can update the dependencies about curve25519-dalek and x25519-dalek. Signed-off-by: ChengyuZhu6 <[email protected]>
ChengyuZhu6
added a commit
to ChengyuZhu6/guest-components
that referenced
this issue
Feb 7, 2024
Rustc 1.78.0-nightly (f067fd608 2024-02-05) was the latest nightly release, but it has a compatibility issue with curve25519-dalek dalek-cryptography/curve25519-dalek#618. Now curve25519-dalek and x25519-dalek have a new release to fix the issue. So we can update the dependencies about curve25519-dalek and x25519-dalek. Signed-off-by: ChengyuZhu6 <[email protected]>
Xynnn007
pushed a commit
to confidential-containers/guest-components
that referenced
this issue
Feb 7, 2024
Rustc 1.78.0-nightly (f067fd608 2024-02-05) was the latest nightly release, but it has a compatibility issue with curve25519-dalek dalek-cryptography/curve25519-dalek#618. Now curve25519-dalek and x25519-dalek have a new release to fix the issue. So we can update the dependencies about curve25519-dalek and x25519-dalek. Signed-off-by: ChengyuZhu6 <[email protected]>
dignifiedquire
pushed a commit
to rpgp/rpgp
that referenced
this issue
Feb 7, 2024
SWvheerden
pushed a commit
to tari-project/tari-crypto
that referenced
this issue
Feb 7, 2024
Sadly, nightly CI is borked due to an [upstream issue](dalek-cryptography/curve25519-dalek#618) identified with a recent nightly release. This PR pins the nightly toolchain at a working version.
SWvheerden
pushed a commit
to tari-project/bulletproofs-plus
that referenced
this issue
Feb 7, 2024
This PR flips the script on #92 and pins the nightly toolchain. This is necessary due to an [upstream issue](dalek-cryptography/curve25519-dalek#618) that now fails nightly CI.
alepez
added a commit
to alepez/lavagna
that referenced
this issue
Feb 8, 2024
Fix failing build on nightly-2024-02-05. See dalek-cryptography/curve25519-dalek#618
This was referenced Apr 20, 2024
Eugeny
pushed a commit
to Eugeny/russh
that referenced
this issue
Apr 22, 2024
Due to [this issue](dalek-cryptography/curve25519-dalek#618) the current version of `russh` does not compile on the current nightly compiler. I have updated the dependency for curve25519-dalek to `4.1.2` which solves the problem.
This was referenced Jun 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Builds using curve25519-dalek started to fail on
nightly-2024-02-05
. These builds passed onnightly-2024-02-03
.Here's an extract of the build error, from a GitHub Actions CI run where the full build is captured here.
The text was updated successfully, but these errors were encountered: