You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/08/17 16:32:42 UTC

[GitHub] [buildstream] abderrahim opened a new issue, #1724: [bst-1] checks for push in a pull only remote

abderrahim opened a new issue, #1724:
URL: https://github.com/apache/buildstream/issues/1724

   bst 1 tries to check whether the remote supports asset push even if the remote is not configured for push. This combined with a grpcio bug (that produces weird errors when getting http 404) means that initializing remotes fails with an error like
   
   ```
   [--:--:--][][] WARNING Failed to initialize remote https://cache.freedesktop-sdk.io:11001: Stream removed
   ```


-- 
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@buildstream.apache.org.apache.org

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


[GitHub] [buildstream] gtristan commented on issue #1724: [bst-1] checks for push in a pull only remote

Posted by GitBox <gi...@apache.org>.
gtristan commented on issue #1724:
URL: https://github.com/apache/buildstream/issues/1724#issuecomment-1219142677

   This is apparently fixed by #1725 
   
   


-- 
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@buildstream.apache.org

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


[GitHub] [buildstream] abderrahim commented on issue #1724: [bst-1] checks for push in a pull only remote

Posted by GitBox <gi...@apache.org>.
abderrahim commented on issue #1724:
URL: https://github.com/apache/buildstream/issues/1724#issuecomment-1219100905

   Ok, something I forgot to mention here: it only happens with `grpcio >= 1.46` and that's why I think it's a bug in grpcio that exposes it.


-- 
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@buildstream.apache.org

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


[GitHub] [buildstream] gtristan closed issue #1724: [bst-1] checks for push in a pull only remote

Posted by GitBox <gi...@apache.org>.
gtristan closed issue #1724: [bst-1] checks for push in a pull only remote
URL: https://github.com/apache/buildstream/issues/1724


-- 
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@buildstream.apache.org

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


[GitHub] [buildstream] gtristan commented on issue #1724: [bst-1] checks for push in a pull only remote

Posted by GitBox <gi...@apache.org>.
gtristan commented on issue #1724:
URL: https://github.com/apache/buildstream/issues/1724#issuecomment-1219068423

   This is surprising, you'd think we would notice this sooner, since pull-only remotes are used with great frequency.
   
   Can you check if this is fixed by #1725 ?
   
   I'm curious where the message "Stream removed" comes from.
   


-- 
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@buildstream.apache.org

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