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

bug: pre build binary fails with cannot enable test epoch in release mode #15392

Closed
lmatz opened this issue Mar 3, 2024 · 1 comment
Closed
Labels
type/bug Something isn't working
Milestone

Comments

@lmatz
Copy link
Contributor

lmatz commented Mar 3, 2024

Describe the bug

https://buildkite.com/risingwavelabs/docker/builds/15314#_

Error message/log

Compiling risingwave_hummock_sdk v1.7.0-alpha (/mnt/src/storage/hummock_sdk)
   Compiling hdrhistogram v7.5.2
error: cannot enable test epoch in release mode, unless enable_test_epoch_in_release is set
   --> src/storage/hummock_sdk/src/lib.rs:300:13
    |
300 |             compile_error!("cannot enable test epoch in release mode, unless enable_test_epoch_in_release is set");
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   Compiling console-subscriber v0.2.0
error: could not compile `risingwave_hummock_sdk` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...


### To Reproduce

_No response_

### Expected behavior

_No response_

### How did you deploy RisingWave?

_No response_

### The version of RisingWave

_No response_

### Additional context

_No response_
@lmatz lmatz added the type/bug Something isn't working label Mar 3, 2024
@github-actions github-actions bot added this to the release-1.8 milestone Mar 3, 2024
@BugenZhao BugenZhao changed the title bug: pre build binary fails bug: pre build binary fails with cannot enable test epoch in release mode Mar 4, 2024
@hzxa21
Copy link
Collaborator

hzxa21 commented Apr 8, 2024

I think this is fixed by #15412? cc @wenym1

@lmatz lmatz closed this as completed Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants