You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@uniffle.apache.org by "zuston (via GitHub)" <gi...@apache.org> on 2023/01/28 09:01:55 UTC

[GitHub] [incubator-uniffle] zuston opened a new issue, #512: [Bug] Golang CI failed

zuston opened a new issue, #512:
URL: https://github.com/apache/incubator-uniffle/issues/512

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the bug
   
   # golang.org/x/sys/unix
   Error: /home/runner/go/pkg/mod/golang.org/x/sys@v0.4.0/unix/syscall.go:83:16: undefined: unsafe.Slice
   Error: /home/runner/go/pkg/mod/golang.org/x/sys@v0.4.0/unix/syscall_linux.go:2270:9: undefined: unsafe.Slice
   Error: /home/runner/go/pkg/mod/golang.org/x/sys@v0.4.0/unix/syscall_unix.go:118:7: undefined: unsafe.Slice
   Error: /home/runner/go/pkg/mod/golang.org/x/sys@v0.4.0/unix/sysvshm_unix.go:33:7: undefined: unsafe.Slice
   
   Detailed info could be found in https://github.com/apache/incubator-uniffle/actions/runs/4031027397/jobs/6930075459
   
   ### Affects Version(s)
   
   master
   
   ### Uniffle Server Log Output
   
   _No response_
   
   ### Uniffle Engine Log Output
   
   _No response_
   
   ### Uniffle Server Configurations
   
   _No response_
   
   ### Uniffle Engine Configurations
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: issues-unsubscribe@uniffle.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #512: [Bug] Golang CI failed

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #512:
URL: https://github.com/apache/incubator-uniffle/issues/512#issuecomment-1407432237

   The easiest fix is to bump golang to 1.17 and update the go.mod.
   @jerqi Is it OK to bump the golang version?


-- 
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: issues-unsubscribe@uniffle.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org


[GitHub] [incubator-uniffle] kaijchen closed issue #512: [Bug] Golang CI failed

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen closed issue #512: [Bug] Golang CI failed
URL: https://github.com/apache/incubator-uniffle/issues/512


-- 
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: issues-unsubscribe@uniffle.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #512: [Bug] Golang CI failed

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #512:
URL: https://github.com/apache/incubator-uniffle/issues/512#issuecomment-1407345513

   @advancedxy @wangao1236 could you help check 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: issues-unsubscribe@uniffle.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #512: [Bug] Golang CI failed

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #512:
URL: https://github.com/apache/incubator-uniffle/issues/512#issuecomment-1407431341

   It says "note: module requires Go 1.17" here:
   https://github.com/apache/incubator-uniffle/actions/runs/4031027397/jobs/6930075459#step:6:3421
   
   It's probably caused by transitive dependency of this package:
   https://pkg.go.dev/golang.org/x/sys@v0.4.0/unix


-- 
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: issues-unsubscribe@uniffle.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org


[GitHub] [incubator-uniffle] advancedxy commented on issue #512: [Bug] Golang CI failed

Posted by "advancedxy (via GitHub)" <gi...@apache.org>.
advancedxy commented on issue #512:
URL: https://github.com/apache/incubator-uniffle/issues/512#issuecomment-1407376250

   Did this happen without any related change? And is it consistent?
   
   Seems like my pr for better build system has not been merged yet.


-- 
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: issues-unsubscribe@uniffle.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org


[GitHub] [incubator-uniffle] advancedxy commented on issue #512: [Bug] Golang CI failed

Posted by "advancedxy (via GitHub)" <gi...@apache.org>.
advancedxy commented on issue #512:
URL: https://github.com/apache/incubator-uniffle/issues/512#issuecomment-1407542214

   > It says "note: module requires Go 1.17" here: https://github.com/apache/incubator-uniffle/actions/runs/4031027397/jobs/6930075459#step:6:3421
   > 
   > It's probably caused by transitive dependency of this package: https://pkg.go.dev/golang.org/x/sys@v0.4.0/unix
   
   Yeah, It's mostly caused by upstream changes. This is more than just bump go versions. Let me address this in #479. 


-- 
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: issues-unsubscribe@uniffle.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org