我正在使用Swift Perfect服务器编程。我的代码在MacOS上成功编译并能够在localhost上运行。但是,当我尝试在Perfect Assistant中使用Linux构建时,它会出现以下错误
unable to execute command: Killed
<unknown>:0: error: compile command failed due to signal (use -v to see invocation)
Failed: systemError(1, "sh: no job control in this shell\n<unknown>:0: error: build had 1 command failures\nswift-build: error: exit(1): /swift-3.0.2-RELEASE-ubuntu16.04/usr/bin/swift-build-tool -f /perfectbuild/.build_lin/release.yaml\n")
厌倦了找出问题所在以及如何调试问题。我也是码头工人的新手。请指导我。
当我尝试使用linux可执行文件时,我收到以下错误
docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "exec: \".build_lin/debug/S-server\": stat .build_lin/debug/S-server: no such file or directory".