pyre-check icon indicating copy to clipboard operation
pyre-check copied to clipboard

Can not build docker image from dockerfile

Open Peteling opened this issue 3 years ago • 0 comments

Use this to open other questions or issues, and provide context here. Ran: 7496 tests in: 111.41 seconds. OK make: *** [Makefile:13: test] Error 1 Traceback (most recent call last): File "./scripts/setup.py", line 337, in setup(Setup) File "./scripts/setup.py", line 332, in setup build_type_override=parsed.build_type, File "./scripts/setup.py", line 253, in full_setup run_in_opam_environment(["make", "test"]) File "./scripts/setup.py", line 237, in run_in_opam_environment add_environment_variables=opam_environment_variables, File "./scripts/setup.py", line 273, in run env=environment_variables, File "/usr/lib/python3.7/subprocess.py", line 395, in check_output **kwargs).stdout File "/usr/lib/python3.7/subprocess.py", line 487, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['make', 'test']' returned non-zero exit status 2.

Peteling avatar Oct 08 '22 07:10 Peteling