mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-15 18:12:14 -05:00
[GH-ISSUE #1054] Error "no method named set found" When Compiling diesel_migrations During Build
#13534
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nezartarbin on GitHub (Jul 10, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1054
Subject of the issue
I pulled the latest from master and attempted to build by running:
cargo build --features postgresql --releaseBut I ran into this error around the end. I was able to resolve the issue by checking out v1.15.x and building that instead, but thought I would report the issue just in case.
Your environment
Steps to reproduce
clone the latest from master, run
cargo clean && cargo build --features postgresql --releaseExpected behaviour
Should build correctly
Actual behaviour
It did not build and instead produced the error logs below
Relevant logs
@jjlin commented on GitHub (Jul 11, 2020):
Sorry, my mistake. I thought CI would've caught this error.