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

Compile failure on Windows with Rust Nightly #24

Closed
kvark opened this issue Aug 24, 2020 · 4 comments
Closed

Compile failure on Windows with Rust Nightly #24

kvark opened this issue Aug 24, 2020 · 4 comments

Comments

@kvark
Copy link

kvark commented Aug 24, 2020

error: could not compile `generator`.

Caused by:
  process didn't exit successfully: `rustc --crate-name generator --edition=2018 C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\generator-0.6.21\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=374606f5dac045c8 -C extra-filename=-374606f5dac045c8 --out-dir D:\a\wgpu\wgpu\target\debug\deps -L dependency=D:\a\wgpu\wgpu\target\debug\deps --extern log=D:\a\wgpu\wgpu\target\debug\deps\liblog-a8bc277de1943a86.rmeta --extern winapi=D:\a\wgpu\wgpu\target\debug\deps\libwinapi-762dcc63287a8a1e.rmeta --cap-lints allow --cfg nightly` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
warning: build failed, waiting for other jobs to finish...
error: build failed

See https://github.com/gfx-rs/wgpu/runs/1022537234

@kvark
Copy link
Author

kvark commented Sep 2, 2020

Is this crate unmaintained? Having it broken on nightly for 2+ weeks without any response is worrying.

@Xudong-Huang
Copy link
Owner

@kvark sorry, I will look into this issue this weekend.

@Xudong-Huang
Copy link
Owner

may related with rust-lang/rust#75922

@Xudong-Huang
Copy link
Owner

Disable the nightly asm build and use the stable asm file instead. This also remove several nightly feature dependencies. Now version 0.6.22 should work again.

bors bot added a commit to gfx-rs/wgpu that referenced this issue Sep 10, 2020
924: Unlock nightly builds on CI r=kvark a=kvark

See Xudong-Huang/generator-rs#24

Co-authored-by: Dzmitry Malyshau <[email protected]>
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

2 participants