You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/09/06 06:43:17 UTC

[GitHub] [incubator-devlake] lshmouse opened a new issue, #2972: [Bug][Build] Branch: release-v0.13 build failed for undefined: errors.xxx

lshmouse opened a new issue, #2972:
URL: https://github.com/apache/incubator-devlake/issues/2972

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   $ make all
   ...
   # github.com/apache/incubator-devlake/plugins/jira/models/migrationscripts
   plugins/jira/models/migrationscripts/20220716_add_init_tables.go:144:18: undefined: errors.BadInput
   plugins/jira/models/migrationscripts/20220716_add_init_tables.go:144:67: undefined: errors.AsUserMessage
   plugins/jira/models/migrationscripts/20220716_add_init_tables.go:164:19: undefined: errors.Default
   note: module requires Go 1.19
   Makefile:33: recipe for target 'build-plugin' failed
   make: *** [build-plugin] Error 2
   
   
   ### What you expected to happen
   
   The build of branch release-v0.13 will pass~
   
   ### How to reproduce
   
   Make all in branch release-v0.13
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   v0.13.0
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn closed issue #2972: [Bug][Build] Branch: release-v0.13 build failed for undefined: errors.xxx

Posted by GitBox <gi...@apache.org>.
abeizn closed issue #2972: [Bug][Build] Branch: release-v0.13 build failed for undefined: errors.xxx 
URL: https://github.com/apache/incubator-devlake/issues/2972


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] mindlesscloud commented on issue #2972: [Bug][Build] Branch: release-v0.13 build failed for undefined: errors.xxx

Posted by GitBox <gi...@apache.org>.
mindlesscloud commented on issue #2972:
URL: https://github.com/apache/incubator-devlake/issues/2972#issuecomment-1239125346

   @lshmouse have you tried running `go mod vendor`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] klesh commented on issue #2972: [Bug][Build] Branch: release-v0.13 build failed for undefined: errors.xxx

Posted by GitBox <gi...@apache.org>.
klesh commented on issue #2972:
URL: https://github.com/apache/incubator-devlake/issues/2972#issuecomment-1239090222

   @keon94 Would you like to take a look at this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn commented on issue #2972: [Bug][Build] Branch: release-v0.13 build failed for undefined: errors.xxx

Posted by GitBox <gi...@apache.org>.
abeizn commented on issue #2972:
URL: https://github.com/apache/incubator-devlake/issues/2972#issuecomment-1241604311

   Sorry @lshmouse @keon94. my fault, It has been fixed, everything is running fine now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] keon94 commented on issue #2972: [Bug][Build] Branch: release-v0.13 build failed for undefined: errors.xxx

Posted by GitBox <gi...@apache.org>.
keon94 commented on issue #2972:
URL: https://github.com/apache/incubator-devlake/issues/2972#issuecomment-1239620135

   The new error interface is not part of v0.13. This [commit](https://github.com/apache/incubator-devlake/commit/b483c20f60a867bf631a191a1789d00718484dde) to this branch added calls to the new error functions in the migration file though. They should be removed. cc @abeizn


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org