Skip to content

ci: fix gen mig diff job#4715

Merged
julienrbrt merged 2 commits intomainfrom
julien/gen-mig-diffs
Jun 3, 2025
Merged

ci: fix gen mig diff job#4715
julienrbrt merged 2 commits intomainfrom
julien/gen-mig-diffs

Conversation

@julienrbrt
Copy link
Member

@julienrbrt julienrbrt requested review from Pantani and ilgooz as code owners May 31, 2025 07:49
@julienrbrt julienrbrt added the skip-changelog Don't check changelog for new entries label May 31, 2025
@github-actions github-actions bot added component:ci CI/CD workflow and automated jobs. component:configs and removed skip-changelog Don't check changelog for new entries labels May 31, 2025
@julienrbrt julienrbrt added the skip-changelog Don't check changelog for new entries label May 31, 2025
@julienrbrt julienrbrt marked this pull request as draft May 31, 2025 07:52
@julienrbrt julienrbrt marked this pull request as ready for review May 31, 2025 07:54
@julienrbrt
Copy link
Member Author

We may need to modify that tool as well:

...

🎉 map1 added. 


create proto/example/example/v1/genesis.proto
create proto/example/example/v1/query.proto
create proto/example/example/v1/single_1.proto
create proto/example/example/v1/tx.proto
create x/example/keeper/genesis.go
create x/example/keeper/genesis_test.go
create x/example/keeper/keeper.go
create x/example/keeper/msg_server_single_1.go
create x/example/keeper/msg_server_single_1_test.go
create x/example/keeper/query_single_1.go
create x/example/keeper/query_single_1_test.go
create x/example/module/autocli.go
create x/example/module/simulation.go
create x/example/simulation/single_1.go
create x/example/types/codec.go
create x/example/types/genesis.go
create x/example/types/genesis_test.go
create x/example/types/keys.go
create x/example/types/messages_single_1.go

🎉 single1 added. 


create proto/example/example/v1/type_1.proto

🎉 type1 added. 

✘ Error while running command go tool github.com/bufbuild/buf/cmd/buf export /tmp/wccv/migration/v29.0.0/message/proto --output=/tmp/includeFolder2677632443: /tmp/wccv/migration/v29.0.0/message/proto/example/example/v1/tx.proto:23:17:method example.example.v1.Msg.Message1: unknown request type MsgMessage1
/tmp/wccv/migration/v29.0.0/message/proto/example/example/v1/tx.proto:23:39:method example.example.v1.Msg.Message1: unknown response type MsgMessage1Response                                                                                                                                                   
: exit status 100                                                                                                                                                                                                                                                                                               
Error: failed to execute ignite scaffold command: message message1 f1:string f2:strings f3:bool f4:int f5:ints f6:uint f7:uints f8:coin f9:coins --module example --yes: error while running command /tmp/bin/v29.0.0/ignite scaffold message message1 f1:string f2:strings f3:bool f4:int f5:ints f6:uint f7:uints f8:coin f9:coins --module example --yes --path /tmp/wccv/migration/v29.0.0/message: exit status 1
Usage:
  gen-mig-diffs [flags]

Flags:
  -f, --from string              Version of Ignite or path to Ignite source code to generate the diff from
  -h, --help                     help for gen-mig-diffs
  -o, --output string            Output directory to save the migration document (default "docs/docs/06-migration")
      --repo-output string       Output path to clone the Ignite repository
  -s, --repo-source string       Path to Ignite source code repository. Set the source automatically set the cleanup to false
      --repo-url string          Git URL for the Ignite repository (default "[email protected]:ignite/cli.git")
      --scaffold-cache string    Path to cache directory
      --scaffold-output string   Output path to clone the Ignite repository
  -t, --to string                Version of Ignite or path to Ignite source code to generate the diff to

failed to execute ignite scaffold command: message message1 f1:string f2:strings f3:bool f4:int f5:ints f6:uint f7:uints f8:coin f9:coins --module example --yes: error while running command /tmp/bin/v29.0.0/ignite scaffold message message1 f1:string f2:strings f3:bool f4:int f5:ints f6:uint f7:uints f8:coin f9:coins --module example --yes --path /tmp/wccv/migration/v29.0.0/message: exit status 1
exit status 1

@julienrbrt julienrbrt merged commit 978e5f2 into main Jun 3, 2025
44 checks passed
@julienrbrt julienrbrt deleted the julien/gen-mig-diffs branch June 3, 2025 13:19
@julienrbrt julienrbrt mentioned this pull request Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:ci CI/CD workflow and automated jobs. component:configs skip-changelog Don't check changelog for new entries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants