-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[ Repo auth ] Fails to build a byte code repository on hhvm 4.168+ #9236
Comments
Is it a docker specific problem? Did you test repo mode without a docker container? |
Looks similar to the CI failures in https://github.com/hhvm/hacktest/pull/115/files |
This is not a docker specific problem. I can reproduce it without a docker container. |
I can also reproduce it with the nix based universal HHVM deb package |
I cannot reproduce this issue with a HHVM built from clang. |
As a workaround, you can use the HHVM package built from clang to use repo auth. You can find the instruction to install |
The nightly version 2022.09.01 is good to use repo mode, while the nightly version 2022.09.02 is not. The failure seems related with 280e689. |
Fixed in 1174b9f |
Describe the bug
When trying to build a byte code repository in docker, hhvm 4.168 fails with a
set_mempolicy: Operation not permitted
Standalone code, or other way to reproduce the problem
Steps to reproduce the behavior:
hhvm --hphp --input-dir $(pwd) --output-dir .
hhvm -m server --no-config -c repo-auth.ini
Expected behavior
As described in steps to reproduce
Actual behavior
Step 5. fails with the following error:
Environment
Additional context
I did already change the commands to be compatible with the removed cli flags from hhvm 4.167.0.
The text was updated successfully, but these errors were encountered: