Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate error #11102

Open
Rurik19 opened this issue Mar 6, 2025 · 0 comments
Open

generate error #11102

Rurik19 opened this issue Mar 6, 2025 · 0 comments
Labels

Comments

@Rurik19
Copy link

Rurik19 commented Mar 6, 2025

I am trying to install owncloud OCIS on Ubuntu 22.10 VM inside Proxmox VE, according github instruction

Steps to reproduce

  1. make generate => got error
generating protobuf content
cd ../../protogen/proto && /root/go/bin/buf-v1.39.0 generate
Failure: 403 Forbidden
make[1]: *** [../../.make/protobuf.mk:24: /opt/ocis/protogen/buf.sha1.lock] Error 1
make[1]: Leaving directory '/opt/ocis/services/settings'
make: *** [Makefile:146: generate] Error 1
  1. try
cd protogen/proto && /root/go/bin/buf-v1.39.0 generate
Failure: 403 Forbidden
  1. add debug info
root@ocis:/opt/opencloud# cd protogen/proto && /root/go/bin/buf-v1.39.0 generate --debug --verbose
DEBUG   buffetch no termination found   {"path": "opt/opencloud/protogen/proto"}
DEBUG   buffetch no termination found   {"path": "."}
DEBUG   targeting workspace with no found buf.work.yaml or v2 buf.yaml  {"subDirPath": "."}
DEBUG   buffetch no termination found   {"path": "."}
DEBUG   commit store dir read write bucket      {"digestType": "shake256", "registry": "buf.build", "commitID": "62f35d8aed1149c291d606d958a7ce32", "dirPath": "shake256/buf.build"}
DEBUG   commit store get file   {"digestType": "shake256", "registry": "buf.build", "commitID": "62f35d8aed1149c291d606d958a7ce32", "found": false, "error": "stat shake256/buf.build/62f35d8aed1149c291d606d958a7ce32.json: file does not exist"}
DEBUG   buf.registry.module.v1beta1.CommitService/GetCommits    {"duration": "424.958744ms", "status": "Error", "net.peer.name": "buf.build", "rpc.system": "connect_rpc", "rpc.service": "buf.registry.module.v1beta1.CommitService", "rpc.method": "GetCommits", "rpc.connect_rpc.error_code": "permission_denied", "message.type": "SENT", "message.id": 1, "message.uncompressed_size": 38, "message.type": "RECEIVED", "message.id": 1, "message.uncompressed_size": 0}
DEBUG   github.com/bufbuild/buf/private/buf/bufctl.(*controller).getWorkspaceForSourceRef       {"duration": "426.475104ms", "status": "Error", "exception.type": "*fs.PathError", "exception.message": "decode buf.lock: permission_denied: 403 Forbidden"}
DEBUG   command {"duration": "437.931982ms", "status": "Unset"}
Failure: 403 Forbidden

seems it cannot get to github somewhy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant