Poseidon252 icon indicating copy to clipboard operation
Poseidon252 copied to clipboard

Test fails at Ubuntu 20.04

Open hyemmie opened this issue 2 years ago • 2 comments

Describe the bug Test passes on local MacOS (M1), but it fails on Ubuntu 20.04. Proof verification is unavailable.

To Reproduce Just cloned this repo and run cargo test on Ubuntu 20.04

Logs/Screenshot Screen Shot 2022-07-06 at 3 10 59 PM

Screen Shot 2022-07-06 at 3 13 17 PM

Platform

  • Architecture: x86_64
  • OS: Linux

Additional context Add any other context about the problem here.

hyemmie avatar Jul 06 '22 07:07 hyemmie

Hi @hyemmie , I tried to replicate the error in different environments (ubuntu, debian, on arm and on intel...) and all the tests pass. Maybe is there some other information you can provide? Are you overriding the rust toolchain by any chance? And, which version of rust are you using?

xevisalle avatar Jul 08 '22 12:07 xevisalle

hello @xevisalle . thx for checking my issue. Screen Shot 2022-07-09 at 11 12 23 AM

Screen Shot 2022-07-09 at 11 15 11 AM

currently using 1.58.0-nightly version and overriding nightly-2021-10-28-x86_64 is nightly version unavailable for dusk-plonk?

hyemmie avatar Jul 09 '22 02:07 hyemmie

@moCello @ureeves can you have a look at this too…?

ZER0 avatar Mar 10 '23 09:03 ZER0

I ran the tests using the following rust versions on an ubuntu 20.04 container. I'm also on x86_64.

  • 1.68.0-stable
  • 1.70.0-nightly

All seems ok to me. The current HEAD does not build in 1.58.0 anymore. However, we also don't claim an MSRV, and the assumption is we're using at least latest stable.

I will close this issue. @hyemmie if you still think this is a problem feel free open a new issue.

ureeves avatar Mar 10 '23 11:03 ureeves