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/06/30 09:36:34 UTC

[GitHub] [buildstream] gtristan commented on issue #1465: Output directory structure had no digest attached.

gtristan commented on issue #1465:
URL: https://github.com/apache/buildstream/issues/1465#issuecomment-1170992867

   This appears to be either a bug with buildbox or a misunderstanding between buildstream <--> buildbox.
   
   The error is raised in [_sandboxreapi.py](https://github.com/apache/buildstream/blob/master/src/buildstream/sandbox/_sandboxreapi.py#L176) when processing the ActionResult returned from [_sandboxbuildboxrun.py _execute_action()](https://github.com/apache/buildstream/blob/master/src/buildstream/sandbox/_sandboxbuildboxrun.py#L83).
   
   So BuildStream is expecting the `ActionResult.output_directories` to all have tree digests (which might be wrong ?) and buildbox-run has returned an `ActionResult` which has output_directories that are missing tree digests (which might be wrong ?).
    
   


-- 
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