-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Description
Hi,
Currently refinery seems to fail to build under stable-x86_64-pc-windows-gnu
and nightly-x86_64-pc-windows-gnu
.
stable-x86_64-pc-windows-msvc
on the other hand builds refinery fine.
Error message:
Compiling refinery v0.2.1
error: could not compile `refinery`.
Caused by:
process didn't exit successfully: `rustc
--crate-name refinery
--edition=2018 'C:\Users\almetica\.cargo\registry\src\github.com-1ecc6299db9ec823\refinery-0.2.1\src\lib.rs'
--error-format=json
--json=diagnostic-rendered-ansi,artifacts
--crate-type lib
--emit=dep-info,metadata,link -C debuginfo=2
--cfg 'feature="default"'
--cfg 'feature="postgres"' -C metadata=b4b0923c9635f1a1 -C extra-filename=-b4b0923c9635f1a1
--out-dir 'C:\Users\almetica\Documents\Development\almetica\almetica\target\debug\deps' -L 'dependency=C:\Users\almetica\Documents\Development\almetica\almetica\target\debug\deps'
--extern 'barrel=C:\Users\almetica\Documents\Development\almetica\almetica\target\debug\deps\libbarrel-c14e7acdbe063085.rmeta'
--extern 'refinery_macros=C:\Users\almetica\Documents\Development\almetica\almetica\target\debug\deps\refinery_macros-fdbe15d768c175f7.dll'
--extern 'refinery_migrations=C:\Users\almetica\Documents\Development\almetica\almetica\target\debug\deps\librefinery_migrations-ff4312ab516cca44.rmeta'
--cap-lints allow -C target-cpu=native -L 'native=C:\Users\almetica\.cargo\registry\src\github.com-1ecc6299db9ec823\winapi-x86_64-pc-windows-gnu-0.4.0\lib'`
(exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
warning: build failed, waiting for other jobs to finish...
error: build failed
Maybe rust-lang/rust#33434 is related?
Edit: --release
works fine. So only debug build is affected. I will try to pinpoint the exact cause further.
jxs
Metadata
Metadata
Assignees
Labels
No labels