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

Docker build failing #378

Closed
pjenvey opened this issue Dec 16, 2019 · 1 comment · Fixed by #379
Closed

Docker build failing #378

pjenvey opened this issue Dec 16, 2019 · 1 comment · Fixed by #379
Assignees
Labels
bug Something isn't working

Comments

@pjenvey
Copy link
Member

pjenvey commented Dec 16, 2019

   Compiling slog-stdlog v4.0.0
error[E0061]: this function takes 4 parameters but 3 parameters were supplied
   --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/slog-stdlog-4.0.0/lib.rs:244:9
    |
244 |         log::__private_api_log(format_args!("{}", lazy), level, &(target, info.module(), info.file(), info.line()));
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters

error: aborting due to previous error
@pjenvey pjenvey added the bug Something isn't working label Dec 16, 2019
@pjenvey pjenvey self-assigned this Dec 16, 2019
@pjenvey
Copy link
Member Author

pjenvey commented Dec 16, 2019

The rustc error is due to slog-stdlog hitting some new incompatibility with the log v0.4.10 crate.

The root problem being cargo install no longer utilizies Cargo.lock as of rust 1.37 (rust-lang/cargo#7169)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant