Closed lexidor closed 2 years ago
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 hhvm_clang
packages at https://github.com/hhvm/user-documentation/pull/1295
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 280e6899b442796a197b5b236d3ddd50d0b62b5f.
Fixed in 1174b9f2e5935ff468b236aba9df0f3d3ff12d5a
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.