> The `teaclave_frontend_service` is the output of compilation. Seems that your > building was failed. Can you check if there are service binaries generated in > the `release/services/` direactory?
When I compiled the project, it shown the error as below: ```zsg Caused by: process didn't exit successfully: `/teaclave/cmake/scripts/rustc_wrapper.sh --crate-name crc --edition=2018 /teaclave/build/cmake_tomls/sgx_trusted_lib/third_party/crates-sgx/vendor/crc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=39ca99cb54d77a3c -C extra-filename=-39ca99cb54d77a3c --out-dir /teaclave/build/target/trusted/debug/deps -L dependency=/teaclave/build/target/trusted/debug/deps --cap-lints allow --cfg test_mode --cfg sgx_sim` (signal: 9, SIGKILL: kill) warning: build failed, waiting for other jobs to finish... error: build failed ``` The files in `release\services` is: ```zsh # ll release/services total 696M drwxr-xr-x 5 root root 4.0K Nov 30 19:31 auditors -rw-r--r-- 1 root root 1.9K Dec 3 17:57 enclave_info.toml lrwxrwxrwx 1 root root 32 Nov 30 19:31 fixtures -> /teaclave/release/tests/fixtures -rw-r--r-- 1 root root 1.4K Dec 3 17:50 runtime.config.toml -rwxr-xr-x 1 root root 35M Dec 3 17:55 teaclave_access_control_service -rw-r--r-- 1 root root 64M Dec 3 17:57 teaclave_access_control_service_enclave.signed.so -rwxr-xr-x 1 root root 35M Dec 3 17:57 teaclave_authentication_service -rw-r--r-- 1 root root 55M Dec 3 10:44 teaclave_authentication_service_enclave.signed.so -rwxr-xr-x 1 root root 70M Dec 3 17:57 teaclave_execution_service -rw-r--r-- 1 root root 86M Dec 3 17:53 teaclave_execution_service_enclave.signed.so -rwxr-xr-x 1 root root 35M Dec 3 17:57 teaclave_frontend_service -rw-r--r-- 1 root root 54M Dec 3 17:53 teaclave_frontend_service_enclave.signed.so -rwxr-xr-x 1 root root 35M Dec 3 17:55 teaclave_management_service -rw-r--r-- 1 root root 55M Dec 3 17:57 teaclave_management_service_enclave.signed.so -rwxr-xr-x 1 root root 35M Dec 3 17:57 teaclave_scheduler_service -rw-r--r-- 1 root root 53M Dec 3 17:52 teaclave_scheduler_service_enclave.signed.so -rwxr-xr-x 1 root root 35M Dec 3 17:57 teaclave_storage_service -rw-r--r-- 1 root root 54M Dec 3 10:48 teaclave_storage_service_enclave.signed.so ``` -- 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-737819969
