Error "Unexpected EOF" during Rust compilation v1.14
27 views
Skip to first unread message
Iñaki Seco
unread,
Sep 8, 2021, 5:31:25 AM9/8/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SPDZ/SCALE-MAMBA Discussion Group
Good morning Scale-Mamba team,
I would like to ask about an error i get during the rust compilation, it says something like:
Error: Raw("Unexpected EOF (at offset 0)")
It seems like a random error, don't know yet when exactly appears and when do not, but i think it has not to do with the program per se but with the environment.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sp...@googlegroups.com
Looks weird to me. The private IO in the base IO class comes from
standard input. So perhaps something is happening weird in your
environment re the standard IO
Nigel
On 08/09/2021 11:31, 'Iñaki Seco' via SPDZ/SCALE-MAMBA Discussion Group
wrote:
> Good morning Scale-Mamba team,
>
> I would like to ask about an error i get during the *rust compilation*,
> it says something like:
> /Error: Raw("Unexpected EOF (at offset 0)")/
>
> It seems like a random error, don't know yet when exactly appears and
> when do not, but i think it has not to do with the program per se but
> with the environment.
>
> Has anyone dealt with this error before?
>
> Thank you,
> Iñaki
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SPDZ/SCALE-MAMBA Discussion Group
Hi Nigel,
Ok, i will check my environment.
In any case, I've noticed that I get this Error: Raw("Unexpected EOF (at offset 0)") when there is a compilation error, for example when defining a variable that is not used.