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

Linux compile errors (arm64) #182

Open
theofficialgman opened this issue May 10, 2022 · 0 comments
Open

Linux compile errors (arm64) #182

theofficialgman opened this issue May 10, 2022 · 0 comments

Comments

@theofficialgman
Copy link

theofficialgman commented May 10, 2022

error: there is no argument named `s`
  --> client/src/logger.rs:51:74
   |
51 |                     Err(err) => eprintln!("WARN ignoring log directive: `{s}`: {err}"),
   |                                                                          ^^^

error: there is no argument named `err`
  --> client/src/logger.rs:51:80
   |
51 |                     Err(err) => eprintln!("WARN ignoring log directive: `{s}`: {err}"),
   |                                                                                ^^^^^

error: there is no argument named `os_string`
  --> client/src/logger.rs:57:72
   |
57 |                 "WARN ignoring log directives due to non-unicode data: {os_string:?}"
   |                                                                        ^^^^^^^^^^^^^

error: could not compile `airshipper` due to 3 previous errors

compiling for another user. this seems to fail at the very end during rust compilation.

note the errors only happen on master (and may happen on all architectures. I am able to compile the last release tag

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

1 participant