Skip to content

[Bug]: generate-tag command failed on prod. #330

@dvlpwork

Description

@dvlpwork

Describe the bug

Make command "generate-tag" command failed on prod.

To Reproduce

  1. Execute make deploy-all with profile "oqtopus-prod"
  2. Error will occur like below:
edge@edge001:~/oqtopus-cloud/deployment/qiqb-prod$ make deploy-user
make[1]: ディレクトリ '/home/edge/oqtopus-cloud/deployment/qiqb-prod' に入ります
Building oqtopus_cloud/user Lambda Package
Project Location: ../../backend/oqtopus_cloud/user
Library Location: ./deploy-packages
Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.
In order to avoid a breaking change and make your automation forward-compatible, please install poetry-plugin-export explicitly. See https://python-poetry.org/docs/plugins/#using-plugins for details on how to install a plugin.
To disable this warning run 'poetry config warnings.export false'.
downloading uv 0.9.11 x86_64-unknown-linux-gnu
no checksums to verify
installing to /root/.local/bin
  uv
  uvx
everything's installed!

To add $HOME/.local/bin to your PATH, either restart your shell or run:

    source $HOME/.local/bin/env (sh, bash, zsh)
    source $HOME/.local/bin/env.fish (fish)
Using CPython 3.12.9 interpreter at: /usr/local/bin/python
Audited 59 packages in 155ms
Lambda Package Created: ./bin/user/lambda.zip
make[1]: ディレクトリ '/home/edge/oqtopus-cloud/deployment/qiqb-prod' から出ます
make[1]: ディレクトリ '/home/edge/oqtopus-cloud/deployment/qiqb-prod' に入ります
make[1]: *** [Makefile:118: generate-tag] エラー 1
make[1]: ディレクトリ '/home/edge/oqtopus-cloud/deployment/qiqb-prod' から出ます
make: *** [Makefile:77: deploy-user] エラー 2

Maybe it causes using default profile on CLI.

Expected behavior

No response

Screenshots

No response

Environment

None

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions