开发者社区> 问答> 正文

在AUI我通过以上步骤后,报错了,麻烦帮忙看下什么原因?

在AUI我通过以上步骤后,报错了,麻烦帮忙看下什么原因?image.png
[2023-09-21 09:08:44] [INFO] [S-CORE] - Start the pre-action
[2023-09-21 09:08:44] [INFO] [S-CORE] - Action: export GOPROXY=https://goproxy.cn,direct && GO111MODULE=on GOOS=linux CGO_ENABLED=0 go build -ldflags '-w -s' -o target/main ./cmd
✖ Project ApsaraLive failed to execute:

ERROR:

Command failed with exit code 1: export GOPROXY=https://goproxy.cn,direct && GO111MODULE=on GOOS=linux CGO_ENABLED=0 go build -ldflags '-w -s' -o target/main ./cmd

TraceId: 8c85907adb051695258524477
Environment: @serverless-devs/s: 2.2.0, s-home: /Users/lock/.s, darwin-x64, node-v14.16.1
Documents: https://www.serverless-devs.com
Discussions: https://github.com/Serverless-Devs/Serverless-Devs/discussions
Issues: https://github.com/Serverless-Devs/Serverless-Devs/issues
Regsitry: https://registry.serverless-devs.com

Please copy traceId: 8c85907adb051695258524477 and join Dingding group: 33947367 for consultation.
A complete log of this run can be found in: /Users/lock/.s/logs/8c85907adb051695258524477.log

You can run 's clean --all' to clean Serverless devs.
[2023-09-21 09:08:45] [DEBUG] [S-CLI] - process exitCode: 101

展开
收起
三分钟热度的鱼 2023-09-27 15:38:39 72 0
来自:阿里云CDN
2 条回答
写回答
取消 提交回答
  • 根据您提供的错误信息,错误代码是101,可能是由于命令执行失败导致的。具体原因可能需要查看日志文件来确定。您可以在终端中使用以下命令来查看日志文件:

    cat /Users/lock/.s/logs/8c85907adb051695258524477.log
    

    然后查看其中的错误信息,找出具体的错误原因。

    2023-09-28 11:18:18
    赞同 展开评论 打赏
  • 北京阿里云ACE会长

    问题出在执行 go build 命令

    . Go 环境变量设置问题:请检查您的 GOPROXY、GO111MODULE、GOOS 和 CGO_ENABLED 环境变量是否设置正确。如果有误,请修复它们。

    1. Go 版本问题:确保您使用的 Go 版本与项目要求的版本一致。可以尝试升级或降级 Go 版本,然后再次尝试构建。
    2. 依赖问题:项目可能缺少某个依赖项,导致构建失败。请检查项目依赖关系,确保所有必需的依赖项都已添加。
    3. 代码问题:项目代码可能存在语法错误或其他问题,导致构建失败。请检查项目代码,确保没有错误。
    4. 权限问题:确保您有足够的权限在执行构建命令的路径下创建和操作文件。
    2023-09-28 07:52:37
    赞同 展开评论 打赏
问答分类:
问答地址:
来源圈子
更多
收录在圈子:
+ 订阅
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载