> I see "signal: 9, SIGKILL: kill" in your log. I believe this is cause by the
> out of memory, resulting compilation failed. Please increase your memory if
> your are using VM in cloud service or docker in Mac.
Now, I have compiled successfully.
```zsh
[ 96%] Building sgxapp-teaclave_execution_service
Compiling indexmap v1.3.2
Compiling h2 v0.2.2
Compiling hyper v0.13.3
Compiling hyper-tls v0.4.1
Compiling reqwest v0.10.4
Compiling teaclave_file_agent v0.1.0
(/teaclave/build/cmake_tomls/sgx_untrusted_app/file_agent)
Compiling teaclave_execution_service v0.1.0
(/teaclave/build/cmake_tomls/sgx_untrusted_app/services/execution/app)
Finished dev [unoptimized + debuginfo] target(s) in 15.37s
[ 96%] Built target sgxapp-teaclave_execution_service
[100%] Building sgxapp-teaclave_functional_tests
Finished dev [unoptimized + debuginfo] target(s) in 0.16s
[100%] Built target sgxapp-teaclave_functional_tests
```
But I run the command
(cd docker && docker-compose -f docker-compose-ubuntu-1804.yml up --build)
but it also show
```zsh
ERROR: Service 'teaclave-access-control-service' failed to build: ADD failed:
stat
/var/lib/docker/tmp/docker-builder869057053/release/services/teaclave_frontend_service:
no such file or directory
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/437#issuecomment-738500801